The Artima Developer Community
Sponsored Link

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

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Java 6 Update 10 RC2 (b32): JavaFX Comes To A Cache Near You Posted: Sep 16, 2008 9:21 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Java 6 Update 10 RC2 (b32): JavaFX Comes To A Cache Near You
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

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.

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

Topic: JSRs for Morons #1 - JSR 303: Bean Validation Previous Topic   Next Topic Topic: How to Create Translucent and Shaped Windows

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use