| Documentation for Cargo version in development The documentation you'll find on this site is for the latest development version of Cargo (not released yet). The documentation for the relased versions of Cargo is available on the Downloads page. |
Mission
Cargo is a thin wrapper around existing containers (e.g. J2EE containers). It provides different APIs to easily manipulate containers.
Cargo provides the following APIs:
- A Java API to start/stop/configure Java Containers and deploy modules into them. We also offer Ant tasks, Maven 1, Maven 2 plugins. Intellij IDEA and Netbeans plugins are in the sandbox.
- A Java API to parse/create/merge J2EE Modules
Check the utilisation page to understand what you can use Cargo for.
Development Status
Current Versions
click in the status column to get release notes:
| Version | Status | Comments |
|---|---|---|
| Core 0.9 | |
Released on 10/03/07 |
| Maven2 plugin 0.3 | |
Released on 10/03/07 |
| Ant and Maven1 plugin 0.9 | |
Released on 10/03/07 |
All released versions are available here.
Container Support
List of supported containers and the extensions that are implemented for each container (Java API, Ant tasks and Maven plugins). The specified version is the version of the associated Cargo module where the feature was first made available (for example 0.2 for the Maven2 plugin means version 0.2 of the Cargo Maven 2 extension release). Click on a container's name to see a detailed list of features it supports.
| Container | Java API(version) | Ant tasks(version) | Maven 1 plugin(version) | Maven 2 plugin(version) |
|---|---|---|---|---|
| Geronimo 1.x | |
|
|
|
| JBoss 3.x | |
|
|
|
| JBoss 4.x | |
|
|
|
| Jetty 4.x | |
|
|
|
| Jetty 5.x | |
|
|
|
| Jetty 6.x | |
|
|
|
| jo! 1.x | |
|
|
|
| Oc4J 9.x | |
|
|
|
| Orion 1.x | |
|
|
|
| Orion 2.x | |
|
|
|
| Resin 2.x | |
|
|
|
| Resin 3.x | |
|
|
|
| Tomcat 3.x | |
|
|
|
| Tomcat 4.x | |
|
|
|
| Tomcat 5.x | |
|
|
|
| WebLogic 8.x | |
|
|
|
We also encourage you to report success and failures on different versions of those containers in the Tested on section.
News
The Cargo team is pleased to release the Cargo Maven2 plugin v0.2. Get it at http://cargo.codehaus.org/Downloads.
Full release notes on:
http://cargo.codehaus.org/Release+notes+for+Maven2+plugin+0.2
Thanks
-The Cargo team
The Cargo team is pleased to release Cargo 0.8. Get it at http://cargo.codehaus.org/Downloads.
- Added support for Jetty 5.x and 6.x
- Added Geronimo support
- Added JMX hot deployer for JBoss 4.x
- Firmed up the Cargo APIs and several usability improvements
- Added notion of Embedded containers
Full release notes on:
http://cargo.codehaus.org/Release+notes+for+Cargo+0.8
Thanks
-The Cargo team