Definition
Deploy a Java EE resource adapter (RAR) that will be started when the container starts| DataSource and Resource Support An alternative to using RARs is to use the DataSource and Resource Support provided by CARGO. |
Example using the Java API
Starting JOnAS 5.x with a RAR to deploy:
Example using the Ant API
Starting JOnAS 5.x with a RAR to deploy:
Example using the Maven2/Maven3 API
Here is the plugin configuration defining a JOnAS 5.x container with a RAR to deploy:
For more information...
For more information about how deployment in CARGO works, please read:
- How deployables work, which explains how to instanciate and personalize deployables.
- How deployers work, which explains how the different deployers work.
Labels