Hello folks,

The JSP specification gives a fairly good functionaly description of how JSP
pages can be used.

Is there, however, any documentation that specifies the structure of the
servlet that is generated from the JSP page?
I'm looking for something in the nature of a JavaDoc that will
describe the standard methods and objects made available in JSP servlets
that are above and beyond the standard servlet API.

For example, I've noticed that a lot of the JSP engines use an
object JspException to store exceptions that occur in JSPs.  It's not clear
to me, however, if this is required by a standard, or just happens to be
common practice in the world of
engine providers.

(I assume there is some documentation out there for this stuff, but I would
be just as happy to KNOW for sure that there isn't.)

Thanks for any help you can provide.
-AMT

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