General directions
Short term:
- Add more container support
- Continue adding container support for dynamic deployments
- Support for JSR88 for containers who support it. We can use the JSR88 API to provide a common way of performing deployment/undeployment of WAR/EAR files in target containers.
- Improve container configuration generation so that strongly customizable configurations can be generated
Longer term:
- Add support for different types of containers. An idea would be to add Database support (ability to start/Stop them but also to deploy schema and data files to them)
- Add ability to take a J2EE archive and apply an environment-dependent configuration to it, resulting in a new configured J2EE archive.
More information on JSRs potentially useful for Cargo:
...