ExtensionsIndependent extensions:
Feeds
|
- Configuration — A Configuration specifies how the container is configured (logging, security, data sources, location where to put deployables, etc).
- Container — A top level interface wrapping a real physical container
- Debugging — Explain how to perform debugging when something doesn't work in Cargo
- Deployment — How to deploy components to a container
- Deployable — Deployables are archives (WAR, EAR, etc) that can be deployed in the container
- Deployer — Performs a hot deployment of a Deployable
- Local Deployer — Performs a hot deployment of a Deployable on a locally installed container
- Remote Deployer — Performs a hot deployment of a Deployable on a container running on a remote machine
- Hot Deployment — Ability to deploy/undeploy Deployables into a running container
- JSR88 — JSR88-compliant containers support
- Static Deployment
- Extensions — Extensions are additions to the Cargo core Java API such as build tool plugins, IDE plugins, etc
- Ant support — Cargo provides Ant tasks to perform all the operations available from the Java API
- Cargo Daemon
- Maven2 plugin — A Maven 2 / Maven 3 plugin that wraps the Cargo Java API
- Module API — API to manipulate J2EE archives, including vendor-specific deployment descriptors
|