The JBoss Microcontainer is a refactoring of JBoss's JMX Microkernel to support direct POJO deployment and standalone use outside the JBoss application server.
Originally JBoss Microcontainer was a standalone project in the jbossas SVN repo.
Since then the project was split into smaller sub-projects:
Do you want to be a Microcontainer committer?
Take a look at the currently outstanding tasks in
JIRA for any of the subprojects
All sub-projects are fully mavenized, using Maven2 pom.xml files. You can easily build them by running 'mvn clean install' Maven2 command. This already runs the tests that are part of each sub-project.
Each project also contains Eclipse .project and .classpath files that allow one to develop from within eclipse. The easiest way to setup an Eclipse workspace is to start with an empty workspace, and the use the File/Import/Existing Project into Workspace... and select the jbossmc svn working directory.
Since all sub-projects are fully mavenized, you can simply run Maven2 IDEA plugin in the root of each sub-project.
mvn idea:ideaThis builds all the neccessary IDEA files, links together the library dependencies. Make sure you run install phase before running this plugin.
|
|
Advanced JBoss Seam coding & refactoring for quick & easy development |
|
|