FileSync plugin
This plugin automatically detects that a file has changed and pushes it out to JBoss.
Project homepage: http://andrei.gmxhome.de/filesync/index.html
Automatic update URL: http://andrei.gmxhome.de/eclipse/
To configure it, install the plugin. Then, for an individual project, go to Properties and enable it on the "File synchronization" item. Add two different items of configuration:
1. ConsumerWeb/src/main/webapp, deploying to C:\devtools\jboss-4.0.5.GA\server\consumer\deploy\consumer.war 2. ConsumerWeb/target/classes, deploying to C:\devtools\jboss-4.0.5.GA\server\consumer\deploy\consumer.war\WEB-INF\classes
Once you do that, changes to JSPs and (most) changes to classes get reflected almost immediately. In theory, it should also work for BusinessServices, but I haven't figured out how to do that yet.