Definition
API to manipulate J2EE archives, including vendor-specific deployment descriptors
Explanation
This API is located in the org.codehaus.cargo.module package and is used internally by the Cargo Java API. You can also use it yourself if you need to manipulate (read/write) J2EE archive files.
It also supports merging two web.xml files into one.
See the Javadoc for more details on the API.
Architecture
Example
Labels