The JBossOpenTool example lets JBuilder interact with the JBoss application server
(an OpenSource project). This tool supports both JBoss 2.4.x and 3.0.
It was written by Marcus Redeker.
The files below indicate which version they apply to through their "24" or "30" suffix.
JBossOpenTool.jpx | |
The project file for this tool |
classes.opentools | |
The OpenTools manifest |
JBossAppServer24.java JBossAppServer30.java | |
Define the capabilities of the application server and what to invoke to run it |
JBossTargeting24.java JBossTargeting30.java | |
Target the application server during the build process |
JBossEJBDeployer24.java JBossEJBDeployer30.java | |
Deploy EJBs to the application server |
JBossSetup24.java JBossSetup30.java | |
Custom setup page for the application server |
JBossPropertyGroup.java | |
The properties hold the settings for the application server |
*.java | |
Supporting code for this tool |
JBossOpenTool.jar | |
The packaged tool |