JSP is built on top of Servlets. JSP pages are actually transformed into servlets. 
So, if you're serious about starting to program in JSP, i would recommend that you 
learn the basics of servlets before jumping into JSP.

http://java.sun.com/products/servlet/docs.html is the Java Servlet Documentation page 
and should have everything you need.

Starting out with "Servlet Essentials" is a good bet; it covers the very basics and 
you will learn very fast. Including the equivalent to Request and Response, and 
sessions.

Regards,
Carlos Pereira

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to