>
> The performance degradation of JSP is ONLY for the first time the jsp page is
> loaded.  If you have major concerns, have a person who will run through the
> application once every time the web server comes up ;)
>
> Anand

Also note that the JSP 1.1 spec includes:

* an HTTP request attribute that can be used by a JSP container to
"precompile" the JSP

* a description of how one can take a JSP page and compile it into a
Servlet that is to be delivered in a WAR file.

I believe these mechanisms address the concerns of the original
message.  Send us mail (to [EMAIL PROTECTED]) if you have
issues.

Hope this helps,
        - eduard/o

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to