I have a application built on Java Applets, Swing and AWT. I want to migrate the source code to Java 11.
Java 11 Applets will not be supported, and even JavaWebStart is being removed.
So I have below questions 1) how should I migrate my application? 2) Will the existing application with applet code work in Java11?
Example: There is a applet embedded in a webpage, which gets downloaded on client machine to fetch client details like IP, Device name etc. After fetching the required details, it calls a servlet deployed in weblogic server which saves this information into Database.