This page last changed on 22.05.2011 by mark.
Skip long-lasting Deployments/Re-Deployments while developing Software with JBoss-AS.
With JBoss Development Deployer (JDD) you can skip Deployments and Re-Deployments (Ant/Maven/Manual) and connect your JBoss Debugging to your Workspace. This is useful when developing Multi-Module-Projects which should run on JBoss AS. In past you needed to trigger a Deployment-Action thr Ant/Maven or somekind of make-Tools. Now, simply setup JBoss Development Deployer, point JBoss to your Application and start your Server. Any Changes to your Java Classes in your Project or your Modules are included (within JVM Hot Swap Limitations).
JBoss Development Deployer supports two modes:
- EAR Deployment
- Standalone WAR Deployment
Quick-Start
How to Configure EAR Deployment
- Put JBoss Development Deployer JAR to your lib-Directory (<JBoss AS Root>/common/lib)
- Set Development-Deployer-Classes in ejb-deployers-beans.xml (<JBoss AS Root>/server/<Your Server-Path>/deployers/)
- Setup EAR Sub-Archive Class-Paths in jboss-development.xml (<Your EAR-Content-Root>/META-INF/jboss-development.xml)
- Build and deploy your EAR as usual
- Run your Server and enjoy skipping Re-Deployments.
How to Configure Standalone WAR
- Put JBoss Development Deployer JAR to your lib-Directory (<JBoss AS Root>/common/lib)
- (Optional) Point JBoss Application URIs to your Development Path (your Base-Directory containing Web-Content should be Named .war
[Example: web.war, webapp.war]) so you can easily change also your JSP-Files skipping Deployment.
- Set Development-Deployer-Classes in ear-deployer-jboss-beans.xml (<JBoss AS Root>/server/<Your Server-Path>/deployers/jbossweb.deployer/META-INF)
- Setup optional additional Class-Paths in jboss-development.xml (<Your Web-Content-Root>/WEB-INF/jboss-development.xml)
- Run your Server and enjoy skipping Re-Deployments.
Configuration
Road-Map
- Enable on JBoss AS 6.0
- Usage of System-Properties (EL-Like)
|
Behind the Scenes
What happens behind the Scenes?
JBoss uses structure definitions for creating deployments. Each structure (WAR Structure, EAR Structure) does a discovery of the current deployment archive/path. The Development Deployer redirects file-access to custom specified files.
Download
SourceForge
Author
Compatibility
Following Configurations were verified:
Release |
JBoss AS 5.0 |
JBoss AS 5.1 |
JBoss AS 6.0 |
0.5 |
|
|
(not yet) |
0.6 |
|
|
(not yet) |
|
|
|
|
|
|