I mean using a Java web application to create a custom website, 1. so the user can specify a background image, css, etc. 2. The user can specify other parameters 2. and at the end of the process, the user can download the WAR file, ready for deployment, wherever they wish.
So, what is the easiest way to programmatically create a Java web application to deploy to Tomcat?
Is there a framework that I can use, or do I need to start from scratch?
The following screenshots are taken from ArcGIS Server 10, where the user can create a new web application on the fly.



source
share