The releases with new functionalities and non-security fixes also called Limited Update Releases will be numbered in multiples of 20. The Critical Patch Updates (CPUs) will be calculated by adding multiples of five to the prior Limited Update and when needed adding one to keep the resulting number odd.
As an example: The next Limited Update for JDK 7 will be numbered 7u40, and the next 3 CPUs after that will be numbered 7u45, 7u51, and 7u55. The next release will be a Limited Update 7u60, followed by CPUs 7u65, 7u71, and 7u75.
The Expert Groups and Engineering Teams are working hard on Java SE 8. Here's the current state:
Continuing my previous post, second book that I was working for PacktPub as technical reviewer was "Elasticsearch Server".
During my summer I had the chance to work for Packtpub as technical reviewer of two great books.
First "Apache Solr 4 Cookbook" is a very good book to entered into the world of free-text search integrated to any development or portal with real and practical examples using the latest version of the Apache Solr search.
Java Evangelist Simon Ritter gets users started with tutorials describing how to get up and running with Java and the Raspberry Pi. Oracle experts Angela Caceido and Sungmoon Cho show the ins and outs of installing, writing and running a sample Java application using Java ME Embedded on the Keil ARM evaluation Board.
JavaOne India kicked off in Hyderabad with Duke, dancing and demos. Sharat Chander, Group Director, Java Technology Outreach at Oracle opened by encouraging attendees to learn new things about the Java technology, but just as important, make the effort to meet someone new. "The Java community is open and welcoming," Chander explained "and it will help you to build a network within the community."
Congratulations to the newest JCP Star Spec Leads: Pete Muir, Santiago Pericas-Geertsen and Marek Potociar.
So after some playing around and working with the JavaFX folks, I think we have a proposal for jjs that works with JavaFX. The -fx flag on jjs will bootstrap scripts using a javafx.application.Application. Thus, writing JavaFX scripts in Nashorn is very easy.