<< StackOverflow.com Goes Public | Home | VisualVM Is In The JDK Now... >>

Java 6 Update 10 RC2 (b32): JavaFX Comes To A Cache Near You

Yet another release candidate (b32) for Java 6 Update 10 is released today. Going through the fixed bugs list, I found this RFE:

Bug 6735003: JRE-Installer should pre-populate deployment cache with JavaFX Libraries.

The JavaFX libraries should be setup as JNLP extensions in a well known permanent location (URL).

The libraries should not be bundled with the JRE installer. At the end of the installation, we should launch "javaws -import [javafx url]" in background and have it bring down the libraries silently.

We might need some changes to the deployment download engine and see what can we handle this background download efficiently, e.g., what to do if the client tries to start a javafx application while this backround download is still in customer.

It's time to learn about JNLP extensions.

Tags :



Add a comment Send a TrackBack