Java Application Deployment: Web Start, Self-Contained Bundles, and JAR Packaging
Deploying Java Web Start ApplicationsThe Deployment Toolkit script provides the createWebStartLaunchButton function for deploying Java Web Start apps. These applications rely on the Java Network Launch Protocol (JNLP). The function generates an HTML anchor tag (<a>) linking to the JNLP file, r...