Search code examples
javajnlpjapplet

Applet/JNLP on Java 11 migration


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?


Solution

  • 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.