JDK-6945639 : Custom progress: ability to tune progress appearance from the web page
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u18
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-04-20
  • Updated: 2014-02-05
  • Resolved: 2010-05-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u21 b05Fixed 7Fixed
Related Reports
Duplicate :  
Relates :  
Description
It is importnat to be able to develop tunable custom progress implementations and sometimes tuning could be dynamic.
E.g. one may dynamically chose which logo and what background needs to be used on this particular web page.

For example this is particularly important for someone who wants to redistribute FX gadget and does not know where it will be deployed.

We need to support 2 ways:
  - ability to access JNLP properties from custom progress
  - ability to access applet parameters (or something else that can be controlled from javascript)

We may also want to expose delay before custom progress is shown as public property.
E.g. if someone wants to reuse custom progress to include application startup time then he may want custom progress 
to be shown immediately (not after delay).

Comments
EVALUATION we will allow two ways to customize. see specification at: http://j2se.sfbay.sun.com/web/bin/view/Deployment/CustomProgressSpec2
05-05-2010