For those of us using Maven as a build system, we can use the Maven Archetype to create a new application.
First consult the maven archetype catalog
mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/
you can use one of the following achetypes:
The Blank Convention Archetype (s...