[icedtea-web] RFC: add DownloadService2 and IntegrationService

Omair Majid omajid at redhat.com
Thu Nov 18 08:01:05 PST 2010


On 11/17/2010 04:25 PM, Deepak Bhole wrote:
> * Omair Majid<omajid at redhat.com>  [2010-11-15 12:57]:
>> 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.
>>
>
> Looks good. OK for head.

Thanks for the review. Pushed.

Cheers,
Omair




More information about the distro-pkg-dev mailing list