Java Tutorial book available on InformIT
By Sharon Zakhour on Mar 22, 2013
-- Sharon
| ★ wanayoo — archive 1999 https://blogs.oracle.com/thejavatutorials/category/Java | Nouvelle recherche | Portail wanayoo |
-- Sharon
An update of the Java Tutorial has gone live. This March 1st, 2013 edition of the tutorial contains early access information on some upcoming Java SE 8 features:
Note that this new material is currently available online only.
The JDK 7u11 release is now live.
Introduced in the 7u10 release, the slider in the Java Control Panel (JCP) is used for setting the security level of apps launched in the browser (via Java Plugin). With the 7u11 release, the default security level setting has been changed from Medium to High.
For more information:
Java Development Kit 7 Update 10 (JDK 7u10) release is now live!
You can download it from Java SE Downloads page.
The Java™ SE Development Kit 7, Update 10 Release Notes contains information about this release.
The highlights of this release include:
New Certified System Configurations - Mac OS X 10.8 and Windows 8
Security Feature Enhancements:
The documentation at Setting the Level of Security for the Java Client and Java Control Panel explains these features in detail.
The recent Java Mac OS X 2012-006 update from Apple removes the Apple Java 6 plug-in from your Mac. The Mac OS X Install FAQ will be updated with the next 7u release, but you may find the following information useful in the meantime.
Q: I have installed Java for OS X 2012-006 and Apple Java 6 can no longer be used for applets or Web Start. How do I get it back?
A: The Java for OS X 2012-006 update from Apple uninstalls the Apple-provided Java applet plug-in from all web browsers. You can download the latest version of Java from Oracle, which has improved security, reliability and compatibility.
If you prefer to continue using Apple's Java 6 plug-in, you can follow the steps provided in How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality.
Q: After installing Java for OS X 2012-006, can I continue to use Apple's Java 6 alongside the OS X JDK or JRE for Java 7?
A: If you want to continue to develop with Java 6 in a Terminal window you can modify the startup script for your favorite command environment. For bash, use this:
export JAVA_HOME=`/usr/libexec/java_home -v 1.6`
Some applications use /usr/bin/java to invoke Java. After installing Java for OS X 2012-006, /usr/bin/java will find the newest JDK installed, and will use that for all of the Java related command line tools in /usr/bin. You may need to modify those applications to find Java 6, or contact the developer for a newer version of the application.
Also, this update removes Apple provided Java Preferences app. For more information on how to determine the default version of Java on your system, see Determining the Installed Version of the JRE in the JRE 7 Installation for Mac OS X page.
JavaFX 2.2.3 and JDK 7u9 were released today. In addition to the release documentation, the following new information is provided:
Other documents were updated to reflect minor bug fixes.
You can download JavaFX 2.2.3 from OTN. For all tutorials and API documentation, see http://docs.oracle.com/javafx.
Other News:
JavaFX Scene Builder 1.1 Developer Preview was released during the week of JavaOne and is available from OTN. This version contains support for the Linux and Mac OS X 10.8 platforms, and a preview of the new CSS Analyzer feature. See the release notes for more information.
At JavaOne 2012, Mohamed Taman of e-finance gave a presentation highlighting the power of NIO.2, the file I/O APIs introduced in JDK 7. He shared information on how to get the most out of NIO.2, gave tips on migrating your I/O code to NIO.2, and presented case studies.
The File I/O (featuring NIO.2) lesson in the Java Tutorials has extensive coverage of NIO.2 and includes the following topics:
PatternMatcher and globs.From the conference session page, you can watch the presentation or download the materials.
At JavaOne 2012, Venkat Subramaniam of Agile Developer, Inc, presented a conference session titled "The Good, The Bad, and the Ugly of Java Generics." Dr Subramaniam discussed the use of generics, what to watch out for when using generics, and best practices.
To learn more about working with generics, see the Generics trail in the Java Tutorials. The trail was recently expanded and coverage added for the following topics:
From the conference session page, you can watch the presentation.
Also at the JavaOne 2012 conference, Scott Kovatch presented a session on Deploying Your Application with OpenJDK 7 on Mac OS X. The session had special emphasis on how to deploy Java applications to the Mac App Store. Interested developers may find the following documentation useful: Packaging a Java App for Distribution on a Mac.
The Java Deployment on Mac OS X presentation, by Scott Kovatch and Chris Bensen, provided an overview of Oracle Java on the Mac. For more information on installing and using Oracle Java for the Mac, refer to the following documentation:
From the Deploying Your Application with OpenJDK 7 on Mac OS X conference session page, you can watch the presentation or download the presentation slides.
From the Java Deployment on Mac OS X conference session page, you can watch the presentation.
The JavaFX documentation has been updated. A new learning trail is available on the landing page to help you manage the look and feel of your JavaFX application. Besides this addition, you can find the following changes:
GraphicsContext and invoke its methods to render the shapes. You can even use this component to define a simple layer system.Our special announcements:
You can download JavaFX 2.2 from OTN. For all tutorials and API documentation, see http://docs.oracle.com/javafx.
The Java SE 7u6 release has gone live! You can download it from the Java SE Downloads page.
The Java™ SE Development Kit 7, Update 6 (JDK 7u6) Release Notes has detailed information about the release, but the highlights of this update include:
Blog about Java technology documentation.