|
Usage
Use and application of JNLP Loader and Web Loader
Featured
Java 1.5 or better. JNLP attributes "codebase" and (relative) "href" attributes on all JNLP files loaded.
The loader.Main class loader implements the most essential loading and running features of the JNLP description tree.
For an example, see the fv3tk codebase -- in particular the ant build script buildloader.gears.xml. This script demonstrates how the application loader jar file is the loader code with the application JNLP file in the location "/main.jnlp".
About
The WebLoader is a version of the JNLP Loader that will not permit loading native code, or using classes that use or access any of the restricted classes. The manifest main class in a web loader archive is loader.sandbox.WebLoader This archive contains the resource /main.jnlp that describes the application. And this archive contains the contents of the jnlp-loader-V.jar archive.
For an example, see the test webloader ant build script and the test webloader ant run script.
AntTest |
► Sign in to add a comment