Just followed the Keynote at Jazoon: William O'Mullane talked about Gaia, the European Space Agency's
astrometric platform, and why they mostly use Java for it. I mean, these guys are concerned about performance, right? Well, look at this slide:
2 replies - 4575 views - 06/03/10 by Fabrizio Giudici in News
In this article, I'll compare two opposing design paradigms for session data management in a session-based online application. Which is better, stateful or stateless?
3 replies - 6693 views - 08/11/08 by Nick Maiorano in Articles
Whether you're the developer or the user of a Java application you would like to see running faster, here are the top ten tips to use.10) GregorianCalendarThis class is slow and is not synchronized. If possible avoid it and use Joda time 9) No time based...
7 replies - 11075 views - 06/26/08 by Anthony Goubard in Articles
Does you appllication use a WeakHashMap with a String key? Pause. Here is something you need to know, while working with such a WeakHashMap. This article is extracted from couple of posts made on my blog.
8 replies - 7260 views - 06/23/08 by Bharath Ganesh in Articles