A Developer's Notes
Friday, March 16, 2012
What is AtomicReference for really?
›
we had a discussion about AtomicReference at work the other day, it appears that none of us really understand why we should use AtomicRefere...
Tuesday, April 26, 2011
content assist issue in Flash Builder eclipse plugin
›
I had some rough time trying to get standalone flash builder version 4 to work with Java code and Tomcat. After hours of scratching my head,...
Monday, March 14, 2011
NavigableMap in JDK6
›
JDK6 introduced NavigableMap and retro-fitted TreeMap to implement this interface. I was a bit confused at first about ceilingKey vs highe...
Tuesday, November 23, 2010
Use compiler to catch new enum value not covered in "switch"
›
This old trick shines more and more when our project's code base grew over million+ lines. I have to put it on the web one more time jus...
Thursday, February 25, 2010
hey gmail, what is up? I am a little worried about you.
›
I am a loyal fan of gmail ever since its first beta version. I jumped all over the web to get an invitation back in 2004. A couple years ago...
1 comment:
Tuesday, February 16, 2010
JBoss Tools Eclipse plugin content assist lessons
›
I learned a couple lessons in the process of making JBoss Tools Eclipse plug-in to do content assist (where you type ctrl-space to get code ...
3 comments:
Sunday, February 14, 2010
Build Synergy in a new ubuntu system
›
Had to jump through quite a few hoops to get synergy to compile on a fresh ubuntu 9.10 box, including gcc-cpp and libxtst stuff. The most an...
›
Home
View web version