Oracle Releases New Java Updates - Java SE 7 Update 6, JavaFX 2.2 and JavaFX Scene Builder 1.0

Oracle announced the availability of Java Platform, Standard Edition 7 Update 6 (Java SE 7 Update 6) and JavaFX 2.2, as well as the first release of JavaFX Scene Builder.

With this release, Oracle is providing full availability of Java SE 7 Update 6 on Mac OS X, including the Java Runtime Environment (JRE) and the Java Development Kit (JDK), as well as the JavaFX 2.2 rich client platform and JavaFX Scene Builder.

Consumers will soon be able to download the JRE for Mac OS X from Java.com, just as they do for all other operating systems, and Oracle will provide auto-updates for Mac OS X at the same time as for Windows platforms.

Java SE 7 Update 6

Java SE 7 Update 6 introduces a JDK for Linux on ARM v6 and v7 to address “general purpose” ARM systems, such as those used for the emerging micro-server ARM market, and for development platforms such as Raspberry Pi. This new JDK for Linux on ARM is made available under the Oracle Binary Code License and is available for download at no cost for development and production use on general-purpose platforms.

Java Access Bridge is now included by default in Java SE 7 Update 6 on Windows to provide direct communication with assistive technology applications.

Starting with this release, JavaFX is now fully integrated into Oracle's Java SE implementation, helping to ensure that JavaFX runtime libraries are present on millions of desktops worldwide.

Java SE 7 Update 6 is fully supported and recommended for use with Oracle Fusion Middleware. The OpenJDK Community continues to host the development of the reference implementation of Java SE 8. Weekly developer preview builds of JDK 8 continue to be available from jdk8.java.net.

JavaFX 2.2

JavaFX 2.2 introduces full Linux support for both x86 and x64 systems.

The new application packager allows developers to bundle the JRE and JavaFX runtime libraries with JavaFX applications, allowing end users to experience a traditional native installation process on Windows, Mac OS X and Linux.

Multi-touch support that allows for advanced application functionality from two or more points of contact on touch screen displays and touch pads.

JavaFX Scene Builder 1.0

The new JavaFX Scene Builder is a visual layout tool for the JavaFX platform that enables users to design user interface (UI) screens by simply dragging and positioning components from a palette onto a scene. Key features of this release include:
  • Clean separation of application logic, UI layout, and “look and feel,” through automatically generated FXML code and cascading style sheets (CSS), for easier project maintenance and more productive developer-designer workflow.
  • Integrated development workflow with the NetBeans Integrated Development Environment (IDE), as well as compatibility with other Java IDEs.
  • Visualization of changes without requiring any code compilation.
JavaFX Scene Builder is currently available for Mac OS X and Windows.

Download JavaFX Scene Builder 1.0 at http://otn.oracle.com/javafx/

Learning resources and tutorials are available at http://docs.oracle.com/javafx/

Comments