Custom Search

Thursday, June 5, 2008

Servlets and JavaServer Pages (JSP): A Tutorial

Servlets and JavaServer Pages (JSP): A Tutorial

Core Servlets and JavaServer Pages. Sun Microsystems Press book on servlets 2.2 and JSP 1.1. This online tutorial served as a very early outline for the book, but of course the book covers many more topics and includes much more detail. Also see this new book (More Servlets and JSP) on servlets 2.3 and JSP 1.2.

Click Here To View Full Details

1 comment:

Sara Reid said...

Servlets and Java Server Pages are complementary APIs, both providing a means for generating dynamic Web content. A servlet is a Java class implementing the javax.servlet.Servlet interface that runs within a Web or application server's servlet engine, servicing client requests forwarded to it through the server. A Java Server Page is a slightly more complicated beast.

vitamin b