> For starters, I'd point out the jsp page compiler does this as well...
1) BTW, you do not have to use JSP.

I have a very big app, which gives XML as output. 
I do not need JSP to generate XML, so I use sevlet output directly.

2) You can precompile JSP (well, you can precompile PHP too, see Zend
Compiler)

3) Most of logic in java web-app is stored in .class files, not in JSP
pages. So, they are compiled, loaded _once_ and live in a memory.

====================
Kazakevich Ilya,
MCP, SCJP
====================


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to