Core Servlets and JavaServer Pages - http://pdf.coreservlets.com/
Includes complete PDF version of Sun Microsystems Press servlet/JSP text. Coverage of servlets 2.2 and JSP 1.1. Also includes source code from book, available free for unrestricted use. |
Java Servlet Programming, 2nd Edition - http://www.servlets.com/jservlet2/index.html
By Jason Hunter, O'Reilly books; includes table of contents and live examples. |
Java Servlet Technology - http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html
Chapter from J2EE tutorial book on the 2.3 API. |
More Servlets and JavaServer Pages (JSP) - http://moreservlets.com/
Covers servlets 2.3, JSP 1.2, JSTL, servlet and JSP filters, life-cycle event listeners, declarative and programmatic security, and Web applications. All source code online for unrestricted use. |
Web Server Java - http://www.oreilly.com/catalog/javacook/chapter/ch18.html
Book excerpt on servlets and JSP from Ian Darwin's Java Cookbook. |