[jboss-user] [JBoss Seam] - Re: Hot redeployment

gavin.king@jboss.com do-not-reply at jboss.com
Wed Mar 7 10:32:55 EST 2007


anonymous wrote : What is the difference between WEB-INF/dev and WEB-INF/classes? 

Stuff in WEB-INF/classes gets loaded onto the WAR classloader, so it cant be reloaded w/o restarting the deployment. Stuff in WEB-INF/dev gets loaded by a special Seam classloader, so it can be reloaded any time it changes.

anonymous wrote : What if the content of those two dirs go out of sync?

"reloadable" classes don't go into WEB-INF/classes during development. "non-reloadable" classes, eg. Hibernate entities live in WEB-INF/classes.

anonymous wrote : Does this make developing in Seam POJO more appealing than developing in EJB3 beans? ;)

I'm afraid to say it does, at least until the EJB3 container supports a similar mechanism.

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

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



More information about the jboss-user mailing list