Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Applet/JNLP on Java 11 migration

Tags:

java

japplet

jnlp

I have an application that runs under Java/JNLP applet and I would like to migrate to Java 11.

As you know the applets and JNLP will disappear from Java 11.

The goal is to keep my old code and remove the packages that contain the applets, is it possible to do this migration without switching to a new technology?

like image 683
Nadir Fouka Avatar asked Mar 06 '23 13:03

Nadir Fouka


1 Answers

Finally, I chose Swing with Getdown which resembles JNLP.

A migration to a JEE/Spring solution would have completely modified the operation of my application and still take a lot of time. Tip: try it for yourself Getdown.

like image 87
Nadir Fouka Avatar answered Mar 18 '23 09:03

Nadir Fouka