Hi

My exp was based on JWS.

I looked at the JSP 1.0 spec and this is what it says


JSP pages are often implemented using a JSP translation phase that is done only
once,
followed by some request processing phase that is done once per request. The
translation
phase usually creates a class that implements the javax.servlet.Servlet interface.
The
translation of a JSP source page into a corresponding Java implementation class
file by a JSP
engine can occur at any time between initial deployment of the JSP page into the
runtime
environment of a JSP engine, and the receipt and processing of a client request for
the target
JSP page.

----

The translation can occur at any time - so its upto the vendor to choose the way to
do it!

===========================================================================
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