Is it possible to not package the EJB jar and the WAR file into an ear for deployment, but
to deploy them seperately?
I'd like to be able to update my WAR file contents more frequently without having to
redeploy the EJB's also.
Does this work well with seam? Right now I just package it all into a big ear and redeploy
the ear, but I'd like to just build the WAR file and redeploy it seperately while
I'm working on all of the CSS, Javascript, JSF pages etc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967310#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...