Java Virtal Machine.net

[ News ] rss

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/2009
SunMonTueWedThuFriSat
    12 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
       

[ Archives News ]

January 02, 2009

Revisiting Predictions for 2008

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.

Comment here

More »


Ruby Code Coverage in the builds now

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...

Comment here

More »


Rémi Forax: method handles == closures ??

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...

Comment here

More »


method handles == closures ??

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...

Comment here

More »


©2002-2008Java-Virtual-Machine.net