You can use JDeveloper's J2EE web deployment process to set up the web server before downloading and running the application using Java Web Start.
Once the application resides on the web server, it becomes very easy to maintain. Java Web Start takes care of identifying and downloading application updates each time the user runs the application.
To create the JClient web application archive for Java Web Start:
ctbuild.xml
and an already configured
client_war.deploy
profile.Build Target | sign -- to require authentication of the archive, this will sign your the contained JAR files and is a required step.
The build file generates two signed archive files in your project's public_html
directory: client.jar
and mymt.zip
. These archives
are referenced by the generated client_war.deploy
profile.
By default, you can run the WAR components in JDeveloper's embedded OC4J server to test the application. When you are ready to deploy the resulting WAR and EAR files to the target application server, make sure to create an application server connection.
Running JClient Applications with Web Start in JDeveloper
Deploying a JClient Web Application Archive for Java Web Start