[icedtea-web] RFC: add DownloadService2 and IntegrationService

Omair Majid omajid at redhat.com
Mon Nov 15 09:42:37 PST 2010


Hi,

The attached patch adds the interfaces javax.jnlp.DownloadService2 and 
javax.jnlp.IntegrationService to icedtea-web. The patch does not 
implement anything yet. These 2 interfaces have been part of the JNLP 
API since JDK update 18 (according to the javadocs).

Without this patch, applications that import one of these two interfaces 
will throw a ClassNotFoundException.

With this patch applied applications will be able to import the 
interfaces. JNLP applications still wont be able to use the API provided 
by these two services as the ServiceManager will not return services of 
this type. However, it will allow the applications to continue running.

ChangeLog:
2010-11-12  Omair Majid  <omajid at redhat.com>

     * netx/javax/jnlp/DownloadService2.java: New interface.
     (ResourceSpec): New class.
     (ResourceSpec.ResourceSpec): New method.
     (ResourceSpec.getExpirationDate): New method.
     (ResourceSpec.getLastModified): New method.
     (ResourceSpec.getSize): New method.
     (ResourceSpec.getType): New method.
     (ResourceSpec.getUrl): New method.
     (ResourceSpec.getVersion): New method.
     (getCachedResources): New method.
     (getUpdateAvaiableReosurces): New method.
     * netx/javax/jnlp/IntegrationService.java: New interface.
     (hasAssociation): New method.
     (hasDesktopShortcut): New method.
     (hasMenuShortcut): New method.
     (removeAssociation): New method.
     (removeShortcuts): New method.
     (requestAssociation): New method.
     (requestShortcut): New method.

Any thoughts or comments?

Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-integrationservice-and-downloadservice2-interfaces.patch
Type: text/x-patch
Size: 2531 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101115/a668a69a/add-integrationservice-and-downloadservice2-interfaces.patch 


More information about the distro-pkg-dev mailing list