Reynir Hübner wrote:


But JSPs are compiled, so this is still only a compile-time issue. (Unless I'm mistaken?)



Erik





Yup, that's true...


I'm really just trying to find out how much this can slow down the compile of a jsp page (jspc). I'm guessing "not much" but I am no compiler specialist. Maybe this makes the compile take "a lot longer" and there for slow down the "first" execution of every jsp page, unless I use a jps precompiler.

The question I am asking my self is "Is this something I should take into concern when I am optimizing my web-application, or will it be a waste of time to review hundreds of jsps and fix the import lines ?"

Why not just precompile your JSPs upon deployment so that this is not an issue? (Even though it is only an issue the very first time the JSP is compiled anyway.) If you deploy via ant, I think there are tasks that can punch the JSP through Jasper on its way to the deployment area.



Erik



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



Reply via email to