JBoss.orgCommunity Documentation
The official IronJacamar project page is http://www.jboss.org/ironjacamar/ where you can download the software.
The download location is: http://www.jboss.org/ironjacamar/downloads/
Each release is labelled with a version number and an identifier.
ironjacamar-<major>.<minor>.<patch>.<identifier>
where
An example
ironjacamar-1.0.0.Final.tar.gz
which is the first stable release of the project.
The IronJacamar distribution is deployed to the JBoss Nexus repository.
Repository: http://repository.jboss.org/nexus/content/groups/public/
Group id: org.jboss.ironjacamar
Table 2.1. Maven artifacts
Artifact | Description |
---|---|
ironjacamar-as | JBoss Application Server integration tools |
ironjacamar-codegenerator | The code generator |
ironjacamar-common-api | The API for the common module |
ironjacamar-common-impl | The implementation for the common module |
ironjacamar-common-impl-papaki | The Papaki extension for the common module |
ironjacamar-common-spi | The SPI for the common module |
ironjacamar-core-api | The API / SPI for the core module |
ironjacamar-core-impl | The implementation for the core module |
ironjacamar-depchain | The dependency chain for the IronJacamar container |
ironjacamar-deployers-common | The common classes for the deployer chains |
ironjacamar-deployers-fungal | The deployers for the Fungal kernel based setup |
ironjacamar-embedded | The embedded module |
ironjacamar-embedded-arquillian | The Arquillian extension for the embedded module |
ironjacamar-jdbc | The core library for the JDBC resource adapters |
ironjacamar-spec-api | The Java EE Connector Architecture 1.6 API |
ironjacamar-validator | The validator module |
ironjacamar-validator-ant | The Apache Ant tasks for the validator module |
ironjacamar-validator-cli | The command line interface for the validator module |
jdbc-local | A JDBC resource adapter backing standard datasources |
jdbc-xa | A JDBC resource adapter backing XA datasources |
mail | An inflow mail resource adapter |
If you want to experiment with the latest developments you may checkout the latest code from SVN trunk. Be aware that the information provided in this manual might then not be accurate.
The anonymous SVN repository is located under:
svn co http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/ ironjacamar-trunk
You can find additional information about this in the developer guide.