March 16, 2010
JPA in the Clouds. A big part of my current company work is related to managing infrastructure hosted in cloud computing environments.I have recently released an open source project ( Rain Toolkit ) to help ease the management of Amazon EC2 objects. It is a set o...
More »
March 16, 2010
Hudson Hackathon this weekend. If you are living in San Francisco bay area, or if you are visiting the area for EclipseCon next week, make sure to come to Hudson Hackathon this Friday 3/19 and/or Saturday 3/20. The plan is to meet up, hang out, chat, hack code, and have fun. If yo...
More »
|
 |
The seven small languages changes that will be in JDK7
Joe Darcy reveal on coin-dev list seven small languages changes that will be included in JDK7.
Joe Darcy has revealed the changes accepted to be included in JDK7 on coin-dev mailing list
And the final Project Coin changes accepted are:
Improved Type Inference for Generic Instance Creation (diamond)
Simplified Varargs Method Invocation
Strings in switch
An omnibus proposal for better integral literals
Automatic Resource Management
Language support for JSR 292
Language support for Collections
I think this set of proposal is coherent. Lot of those proposals was already in the starting blocks:
Diamond is already implemented, see my previous blog entry.
Simplified varargs is just a matter to add a new warning, so not a big deal.
String in switch. A little more complex but not that hard.
Better integral literals, the unsigned syntax need to be explored and implementation will be straighforward.
ARM block, need to be implemented but the current spec is crystal clear.
Language support for JSR292, There is already an implementation available in javac.
I hope the JSR292 Expert Group will close the last corner cases during the JVM Summit, in two week.
About Language support for...
Date: August, 29 2009
Url: http://www.java.net/blog/forax/archive/2009/08/29/seven-small-languages-changes-will-be-jdk7
Others News
Leave a Reply
Related
|