iamjerryyeung

Sunday, March 30, 2008

memory leak

http://www.ibm.com/developerworks/java/library/j-jtp11225/index.html

certificate management tool

TinyCA

Sunday, March 23, 2008

garbage collector

http://chaoticjava.com/posts/parallel-and-concurrent-garbage-collectors/

Monday, March 10, 2008

java nio

http://www.particle.kth.se/~lindsey/JavaCourse/Book/Part1/Supplements/Chapter09/nio.html

http://access1.sun.com/techarticles/BuffersAPI/BuffersAPIFundamentals.html#buf2

java nio

http://www.scribd.com/doc/267405/-Java-NIO-with-Grizzly

threadlocal

http://www.ddj.com/java/184405382

static final private anonymous class for the threadlocal subclass
each thread will have the container ( the get()) which has a reference to the instance of threadlocal. conceptually, there is a map with key the currentthread and the object.

Tuesday, March 04, 2008

HTML calendar

Bazillyo's Spiffy DHTML Popup Calendar