Luke Taylor wrote:

> It's not just about the time for the deployment, which is minimal - if 
> you're working on frontend stuff and just essentially modifying web 
> pages, then you lose your whole session state. If you have a complicated 
> web application with security, shopping carts etc, and you're working on 
> the checkout pages, then you have to go through the whole use-case 
> procedure every time you redeploy. If a web container can be configured 
> to pick up the jsp's directly then you only have to reload the page to 
> see a change.


One solution is to use a template engine such as Velocity instead of 
JSP. Then there's no problem whatsoever: just have it pick up changed 
templates from your /src dev directory.

That is, if you have a choice in the first place.


/Rickard


-- 
Rickard Öberg


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

Reply via email to