Thursday, August 5, 2010

Speed up JBoss Seam debug cycle

By creating an application in the JBoss Seam framework, it appears that hotdeployment not working well. After setting up all the environmental variables such as (JAVA_HOME, JBOSS_HOME, SEAM_HOME) run the tool developer, I use the Eclipse and JBoss Tools.
To fully implement the JBoss Seam application on the server when compressed archives such as the EAR or WAR file, you must restart the server. When the machine around 2GHz, and 2GB of RAM it will take about 2 minutes (for the JBoss application server 5 or 6).
If we create an exploded archive, you can do a trick in Eclipse:
  1. Select the directory "exploded-archives" in your project
  2. Click F5 key (refresh)
  3. Select your project directory, which is in the above directory
  4. Click Delete key
Now, wait about 20 seconds, is redeploy application.

JBoss Seam Projects

No comments:

Post a Comment