Java Web Start ExampleThe Java Web Start (JWS) examples main purpose is to show how to build a deploy a JWS project. The example uses a NetBeans build script to produce the necessary artifacts for a JWS deployment. JWS is inherently more secure the Applets but this comes at the cost of complicating the build process. The source-code for this example is located at: A primer on using Maven or Gradle build commands can be found here (Maven) and here (Gradle) Signing the Jar filesAll the jars files in a JWS project must be signed using the same code signer certificate to be deployed successfully. Manifest and Jar ContentsOne of the new security features of JWS projects is that the main jar must contain a copy of the external JNLP file so Codebase vs No CodebaseTwo launch scenarios are provided with this demo, the first *_no_codebase.jnlp contains an JNLP file that that does not |
Java Web Start
© Copyright 2017 ICEsoft Technologies Canada Corp.