Skip to content

KiranMohan/dynamic-tree-javaws-sample-project

Repository files navigation

dynamic-tree-javaws-sample-project

Demo: Javaws as Web Application + Maven + JBoss EAP 6.3.0

References:

The project has two maven modules

  • dynamic-tree-javaws
  • dynamic-tree-webapp

The module dynamic-tree-javaws contains the Java code plus a template.vm from which the JNLP file is generated by the webstart-maven-plugin. The webstart-maven-pluing signs the jar and package the jar + jnlp file into a zip file.

The zip file generated in webstart-maven-plugin is unzipped into dynamic-tree-webapp module using maven-dependency-plugin. The webapp module packages the project to a .war file that can be deployed to a JBoss EAP 6.3.0 Applications (this is the one I tested. Maybe it works on other Application Servers).

About

Demo: Javaws as Web Application in JBoss EAP 6.3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages