Skip to main content

Gabriele Carcassi

Gabriele Carcassi has been working for more than 10 years in scientific computing. Is currently employed by the Brookhaven National Laboratory in the control systems group for the National Synchroton Light Source II, building tools for physics and machine operation.

 

Weblogs

If you, like me, need to build libraries that need to be tested against a live server (integration tests), here's what you can do.

I have started to look for some framework to put together in the same web page different contributions from loosely coupled applications.

It is generally a good idea to ask the user before closing an application without saving the data. If you deploy an applet, the situation is even worse: the user may get distracted, follow some...

Since generics were out and I started using them, there were always a few cases in which I couldn't make them do what I wanted. I always thought it was my problem, and that I didn't understand...

In this post I am going to sum up things I have learned while creating a fluent API (or internal DSL) in Java. I'll talk about the search API I created for my current position: it's not a toy...

While much have been written on checked vs unchecked exceptions, I found very little practical, down to earth, advice on how and why to use them. Here are my thoughts after years of rumination...

The second generation plug-in really made me reconsider applet as a viable deployment method (though people who are not aware of the improvements think I am crazy). For the project I am working on...

A few months ago, we had to decide which technology to use for the front end gui of our project. We ended up choosing Swing/Applets due to the progress...

This is an exercise that I did more or less an year ago to learn how to use annotations. The idea is to use the then new Java 5.0 language features to create finite state machines with no...

One area in which Java has an advantage over typical HPC languages (C/C++/Fortran) is its ability to use information at runtime to fine tune the code.

I have just made available a zip bundle on the Jabble site in response to some users that got stuck in the...