This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Managing Data with the ThreadLocal Class
Feed Title: JavaBoutique
Feed URL: http://javaboutique.internet.com/articles.rdf
Feed Description: The Java Boutique is a collection of java applets, games, scripts, and tutorials. Learn programming and download free java applets and source code. You can also find news about java and jini.
While the ThreadLocal class has been around since the JDK 1.2, it's been overlooked because of its poor first imnplementaion. However, later releases have seen improvements, making this little known class worth a second look.