Implementation of jnlp://
Nicolas Roduit
Nicolas.Roduit at unige.ch
Tue Apr 25 16:52:44 UTC 2017
In my opinion this feature is major against the slow death of the Java
client side although its implementation is very simple. It offers the
possibility to launch an application from many contexts (browsers, mail
client...).
For some advanced applications, we still believe that running a Java
client application is the good choice (easy deployment, performance,
maintainability).
However, since JRE 8_121 I'm disappointed about the security behaviors
of JWS. I've filled out a bug at
https://bugs.openjdk.java.net/browse/JDK-8175981 but the guys from
Oracle consider as a "security" feature. As I don't have the permission
to post a comment, I can only think that Oracle is killing the dynamic
behavior of JWS. Hopefully, this issue doesn't appear with the new jnlp
protocol.
I've seen that the version 1.7 will have a windows experimental version.
It would be nice if a future version of the IcedTea-web could install
the mechanism for the jnlp handler (on Windows it is very simple).
Best,
Nicolas
On 25. 04. 17 15:19, Jiri Vanek wrote:
> On 04/24/2017 05:39 PM, Nicolas Roduit wrote:
>> Hi Jiri,
>>
>> You can try with the link "Non square pixels" at
>
> TY!
>
>> https://dcm4che.atlassian.net/wiki/display/WEA/DICOM+Samples
>> Note: In some browsers, the jnlp handler doesn't work if you copy
>> directly the link in the URL bar
>> (jnlp://launcher-weasis.rhcloud.com/weasis-pacs-connector/viewer?studyUID=2.16.756.5.5.100.397184556.14391.1373576413.1508).
>
>
> ugh. indeed. the protocol registration appeared pretty tricky. I tried
> 5 browsers, and if it worked, it had sidekicks. Anyway, your example
> worked for me.
>
> The change is so simple that it may bebackported to 1.6. Still, with
> 1.7 on way(it was supposed to release in February, but got stuck on
> translations), I would rather wait. How critical is this for you?
>
>>
>>
>> To configure the jnlp handler on Linux, see the end of this page:
>> https://docs.oracle.com/javase/9/deploy/overview.htm
>>
>> For making other examples, you only need to replace the scheme of a
>> jnlp link (http => jnlp).
>
> Yup. I had several self testing implementations, but nothing beats
> real life.
>>
>> Best,
>>
>> Nicolas
>>
>> On 24. 04. 17 16:47, Jiri Vanek wrote:
>>> On 04/24/2017 10:49 AM, Jiri Vanek wrote:
>>>> On 03/08/2017 08:18 PM, Nicolas Roduit wrote:
>>>>> Hi,
>>>>>
>>>>> Is there any plan in IcedTea-Web to follow this implementation:
>>>>> https://bugs.openjdk.java.net/browse/JDK-8055464 ?
>>>>>
>>>>> It should help a lot for having a better integration of JWS with
>>>>> most of browsers.
>>>>>
>>>>> Best regards,
>>>>>
>>>>> Nicolas
>>>>>
>>>> Up to now, There were no intentions.
>>>>
>>>>
>>>> Now I will take a look, but can not promise.
>>>>
>>>
>>>
>>> Today I made a patch for this. Are you able to test it? As I myself
>>> dont have any examples of this, it would be extremely useful!!
>>>
>>> Tahnx!
>>>
>>> J.
>>>>
>>>>
>>>>
>>>
>>>
>>
>
>
More information about the distro-pkg-dev
mailing list