Overview of Servlets
Interacting with Clients
- Architecture of the Servlet Package
- A Simple Servlet
- The Example Servlets
The Servlet Life Cycle
- Requests and Responses
- Handling GET and POST Requests
- Threading Issues
- Providing a Servlet Description
Saving Client State
- Initializing a Servlet
- Destroying a Servlet
- Handling Service Threads at Servlet Termination
The servletrunner Utility
- Session Tracking
- Using Cookies
Running Servlets
- Servlet Properties
- Starting servletrunner
- From a Browser
- From an HTML Page
- From another Servlet