Hey

Developing with JBoss used to be very good due to hot deploy features. 
Now that our app is growing rapidly (mostly LOADS of JSP's) we're seeing 
that it's not so nice, because we have to package the app as an EAR file 
before deployment. If JBoss could work from a directory, that would cut 
down the dev cycle by a lot.

Looking at the J2EE deployer it seems as though it can take a directory 
as input. However, if that is the case, then it gets packaged into a JAR 
anyway! Thus, the overhead we skipped by not packaging it into an EAR 
file in the first place is added anyway.

Is this really necessary, and would it be possible to change it? As it 
is, we have a redeploy cycle of about a minute, which is not nice...

/Rickard

-- 
Rickard Öberg


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to