• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

7/7/11 - java released

 
author & internet detective
Posts: 41763
887
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was surprised not to see a release day thread. Did anyone go to the event or watch the webcast?
 
Ranch Hand
Posts: 495
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I listened to the webcast at work...I think it is publicly, officially released on the 28th of July, 2011.
cc11rocks
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

..officially released on the 28th of July, 2011.


They probably wanted the official event on a special day (Java7 on 7/7).
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yay java 7 released (finally!), I watched the webcast for sometime- till they told about the fork/join feature. And yes- 7/7 was the reason. They announced the released candidate on 7/7.
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The oracle website has a video of the telecast.
 
john price
Ranch Hand
Posts: 495
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vijitha Kumara wrote:

..officially released on the 28th of July, 2011.


They probably wanted the official event on a special day (Java7 on 7/7).



I meant the JRE and JDK.
cc11rocks
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was at the Java Launch Event yesterday evening at the head office of Oracle here in the Netherlands, in Utrecht.

We first watched the webcast together and after that two people here held presentations about the new features. One presentation was about the "easier" new features and the other one was more in-depth about the fork-join framework and the invokedynamic bytecode.

It was interesting.

By the way, the official release is not yet here, it's coming on 28 July.
 
Joe San
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess this might have been discussed multiple times. Why not Closures for Java 7? Are there any plans for it in Java 8 or later?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Joe Harry wrote:Why not Closures for Java 7? Are there any plans for it in Java 8 or later?


See http://openjdk.java.net/projects/jdk7/features/
 
Jeanne Boyarsky
author & internet detective
Posts: 41763
887
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now I'm confused. That page says Java 7 and also TBD. Which implies 8.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:That page says Java 7 and also TBD.


It's listed in the "Deferred to JDK 8 or later" section, and on its project page it actually states that it's part of the Java 8 JSR.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As an aside, I'd be happier if they didn't neglect OpenJDK 6 over all the Java 7 hoopla. The publicly available build was just recently updated from b22 to b23, whereas b26 is already available in binary form.
 
Mohamed Sanaulla
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Closures- planned for in Java 8. And with that JavaFX 2 will become less verbose. All these single method anonymous inner classes can be replaced by closures.
 
Jesper de Jong
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See: http://mreinhold.org/blog/plan-b for a bit of historical perspective.

It was decided to go with Plan B, which means Java 7 this year without the module system, closures (lambda expressions) etc., but with Project Coin and some other changes, and Java 8 in late 2012 with the module system and lambda expressions.
 
Destroy anything that stands in your way. Except this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic