Every time we write some code in our project we need to clean project which is going to take some time even if Jboss supports Hot deployment.
Is there any tool/trick which will help us to get our web application deployed within less time?
I am using eclipse Juno and Jboss Application Server 5.1 please guide accordingly.
Every time we write some code in our project we need to clean project
Share
use maven to hot-deploy through build script
This might be helpful