Java Performance

Boxers or Briefs, Stateful or Stateless

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...

3 replies - 4641 views - 08/11/08 by Nick Maiorano in Articles

Top Ten Performance Problems and Their Solutions

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...

7 replies - 7699 views - 06/26/08 by Anthony Goubard in Articles

The Interesting Leak

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...

7 replies - 4363 views - 06/23/08 by Bharath Ganesh in Articles