May 22, 2007
The Top 10 Open-Source Destinations at the 2007 JavaOne Conference. This year's Conference celebrates the free and open software environment with a new Open Source...
More »
May 22, 2007
Top 10 Destinations for Enterprise Developers at the 2007 JavaOne Conference. Here are 10 must-see destinations and some related recommendations for enterprise developers at...
More »
|
 |
March 06, 2007
March 06, 2007
Haven't been blogging much, haven't had the spare cycles.
I've been working on the up-coming OpenJDK launch, getting all our ducks lined up for more open source,
and also our planned transition to Mercurial.
Yes indeed, it will happen, just takes some time.
More »
March 06, 2007
Alex and I are on stage at EclipseCon 2007 waiting to give our
presentation, unfortunately this means that we are missing Scott Adams who we can hear from the conference room next to ours.
More »
March 06, 2007
The Closures for Java proposal simplifies the code for many purposes where anonymous class instance creation expressions are currently used. When the anonymous class's supertype is an interface with a single abstract method, a closure can be used directly. But if the supertype is a class, like java.util.TimerTask, or has more than one method, like java.awt.event.MouseListener, then you can't...
More »
March 06, 2007
This is continuation of my last blog entry titled Scala for Java programmers.
...
More »
|