That may be because JSP doesn't really have an object model of its own to
speak of. There are no objects and methods that make up JSP. A JSP is an
HTML page with embedded Java code and some special tags. It gets compiled
into a servlet.  So really, the JSP object model is the servlet object
model.

If you want explicit documentation, there are at least three good books on
JavaServer Pages that will tell you pretty much everything you need.

--Jim Preston


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Devon Manelski
Sent: Wednesday, June 28, 2000 3:09 PM
To: [EMAIL PROTECTED]
Subject: Documentation


I am also wondering about sources for explicit documentation regarding the
JSP object model.  I have spent some time looking on Sun's site, in the
Forte Docs and on the web but have been unable to come up with a simple set
of listing of object, methods and properties.

TIA,
Devon

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to