A Projectizer for generating projects that target the J2EE Axis2 platform. This projectizer will create a directory structure as follow:
JavaSource/: if there is any source to generate it will go into this folder
WebContent/: this is a folder that has underneath it an exploded WAR that has all of the descriptors required to deploy to a J2EE server. This also includes WSDL and muse.xml descriptors.
build.xml: an Ant build script that will build in the current directory and generate a packaged WAR file that is ready to be deployed. This build script will compile what's in JavaSource, package it as a jar, put it into WebContent/WEB-INF/lib and then create the WAR from the contents of WebContent.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.