Actually, I'm having trouble finding any "official" JSP docs, except the Spec.  I
guess there are no API docs since there's no separate API, but I did have problems
locating the details of "request" methods until I used the servlet package.

Seems like Sun would gather the how-to neatly in one place, particularly if the
audience is perhaps the less-technical (coming from html & javascript and not from
c++ and UNIX scripting)  Web developer.

I've read one of the 3rd-party books, which was good, but I think people expect
something "official" from the vendor.

Martin

"Duffey, Kevin" wrote:

> There are lots of documents and the likes on the web. In short, J2EE is a
> specification that incorporate many smaller components, such as Servlets,
> JSP, EJB, JavaMail and so on. Its a "complete" enterprise solution to
> develop enterprise applications using the Java language.
>
> JSP is only a small subset of the J2EE, and infact before J2EE, JSP was
> itself a add-on API that is derived from Servlets. JavaServer Pages get
> converted in to Servlets, so they naturally have a lot in common with
> servlets.
>
> Hope that helps a little.
>
> > -----Original Message-----
> > From: DUY HA [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, January 01, 2001 2:27 PM
> > To: [EMAIL PROTECTED]
> > Subject: j2ee - JSP
> >
> >
> > I've just known a little bit about j2ee...I have much
> > confusion...please explain me more about
> >
> > J2ee & Jsp
> >
> > Thanks
> >
> > htqDUY
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Photos - Share your holiday photos online!
> > http://photos.yahoo.com/
> >
> > ==============================================================
> > =============
> > To unsubscribe: mailto [EMAIL PROTECTED] with body:
> > "signoff JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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