Java Servlet Programming covers the Java Servlet API, a standard extension to Java that provides a generic mechanism for extending the functionality of any kind of server. As the book explains, however, servlets are most commonly used to extend web servers, performing tasks traditionally handled by CGI programs. Web
1. Introduction
2. HTTP Servlet Basics
3. The Servlet Life Cycle
4. Retrieving Information
5. Sending HTML Information
6. Sending Multimedia Content
7. Session Tracking
8. Security
9. Database Connectivity
10. Applet-Servlet Communication
,etc.