On 12/20/06, Dale Newfield <[EMAIL PROTECTED]> wrote:
Matt Raible wrote:
> Another thing you can do to speed up initial page-loads is pre-compile
> JSPs.

That speeds up initial page loads, but if the issue is the sum total
time for the build-deploy-test cycle, won't that slow things down, as
the now ALL the jsps need to compile before the test completes, rather
than just the ones involved in the test?

The compilation is pretty quick, but it will likely slow things down.
Especially if you hope to use ant deploy-web and see your changed
JSPs.  If you pre-compile JSPs, it registers all the JSPs as servlets
in web.xml and prevents your war runner from seeing any changes in
your JSPs.

Matt


-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to