September 08, 2010
More new cool featurehttp://weblogs.java.net/node/477607/edits in Maven 3 - parallel builds.
One of the big focuses of Maven 3 is to provide a more reliable, more stable and better performing build tool. And one big area of improvement is Performance.
Maven 3 has the (new and somewhat experimental) ability to analyze your project structure,...
More »
September 08, 2010
JDK 7 delayed again... how bad is that?. Mark Reinhold announced today that the JDK 7 / JavaSE 7 project has slipped once again: mid-2011 without Jigsaws and Lambdas, late 2012 for JavaSE 8 with those. The delay (or some other bad news like dropping features) was already expected by anyone ...
More »
|
 |
January 02, 2009
category: Java Technology
Now that 2009 has just begun, it's fun to read back a few predictions for 2008 and see how those crystal balls fared.
More »
category: Developers
I've checked the Ruby code coverage code into the trunk now, so if you grab a recent daily 7.0 build, it should be there. I found a Windows-specific bug in the Python code coverage code as well, so grab a new build if you're on that platform.
I'v...
More »
category: Developers
BGGA spec proposes a way to implement closure (no syntax war here) by translating closure into parameterized types. Recently, the JSR292 VM prototype allow to get a handle on a method without using reflection. This blog entry shows how closure can b...
More »
category: Java Technology
BGGA spec proposes a way to implement closure (no syntax war here) by translating closure into parameterized types. Recently, the JSR292 VM prototype allow to get a handle on a method without using reflection. This blog entry shows how closure can be...
More »
|