show/hide this revision's text 3 deleted 81 characters in body

The official website is here:

https://jdk7.dev.java.net/

Official JDK Website

and a full list of features can be found here:

http://openjdk.java.net/projects/jdk7/features/

Open JDK Features

I think the contents of the release are still subject to change. I'm not quite sure what it really means from a developer perspective - the most obvious change ( as you mention) is that of modularisation (JSR277/Jigsaw). It's still a bit of a contentious issue, there's some official discussion here from the lead developer's (Mark Reinhold) blog:

http://blogs.sun.com/mr/entry/jigsaw

Mark Rheinhold Blog

The interesting thing here is that Apache Harmony (which is developed out of the JCP) is already a modular JDK via OSGi manifests, more info on this here:

http://www.infoq.com/news/2008/12/jigsaw-jsr277-dead

Project Jisaw and JSR277

Hope that helps, it'll be an interesting release!

show/hide this revision's text 2 added 41 characters in body
show/hide this revision's text 1

The official website is here:

https://jdk7.dev.java.net/

and a full list of features can be found here:

http://openjdk.java.net/projects/jdk7/features/

I think the contents of the release are still subject to change. I'm not quite sure what it really means from a developer perspective - the most obvious change ( as you mention) is that of modularisation (JSR277/Jigsaw). It's still a bit of a contentious issue, there's some official discussion here from the lead developer's (Mark Reinhold) blog:

http://blogs.sun.com/mr/entry/jigsaw

The interesting thing here is that Apache Harmony (which is developed out of the JCP) is already a modular JDK via OSGi manifests, more info on this here:

http://www.infoq.com/news/2008/12/jigsaw-jsr277-dead

Hope that helps, it'll be an interesting release!