Hello,

We're developing an application on JBoss using Eclipse. The application includes JSP 
pages, Hibernate, Stateless Session Beans, and Entity Beans.

We are using an ant build script for deployment. The problem is that any minor change 
in any part of the project requires that we restart the JBoss server (sometimes the 
Hotdeploy does not work properly... even if it does, the hot deployment takes a while).

Are there any ways to speed up the process, specifically:

1. When a JSP file is edited, no need to redeploy the entire application...
2. If a Java file is changed, it needs only to be recomplied
3. If a Hibernate mapping/class is changed, no need to redeploy the application, only 
recompilation.

Any ideas, best practices?

Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848599#3848599

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848599


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to