[RFC][icedtea-web]: DownloadService implementation
Saad Mohammad
smohammad at redhat.com
Fri Aug 31 13:15:10 PDT 2012
Hello,
The patch attached implements the core functionality of
DownloadService into IcedTea-Web. Please keep note that this patch does
not include the GUI implementations (DownloadServiceListener).
Synopsis of DownloadService:
DownloadService is a jnlp service that allows an application to
manage its own resources by:
1) Checking if certain resources are cached.
2) Downloading new resources and give access to the application
for it to be used.
3) Removing certain resources from cache.
In all cases, the managed resources are not required to be mentioned
in the jnlp file.
API:
http://docs.oracle.com/javase/7/docs/jre/api/javaws/jnlp/javax/jnlp/DownloadService.html
Reproducers and unit tests will be coming _very_ soon.
--
Cheers,
Saad Mohammad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: implementation4.patch
Type: text/x-patch
Size: 18094 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120831/c6cd9c48/implementation4.patch
More information about the distro-pkg-dev
mailing list