Table of Contents
Java Servlets
Overview of Java Servlets
Architectural Roles for Servlets
Tempory and Permanent Servlets
Using Servlets
The Servlet Life Cycle
The init method
The service method
The destroy method
Example Servlet (from MageLang)
Service method of the Example
Servlet Initialization Information
Servlet Context Information
The Servlet Request parameter
Utility classes
Generic Servlets
HTTPServlet
Processing HTTP requests
Security Issues
Threading Issues
Additional Resources
|
Author: Neil Jasper
Email: njm@npac.syr.edu
|