Introduction to Java Servlets
o Pre-Assessment Questions
o Introduction to Web Applications
o Writing a Simple Servlet
o Responding to Form Data
o Deployment Descriptors
o Review
The Servlet Life Cycle
o Pre-Assessment Questions
o The Multithreaded Model
o The Single Thread Model
o The init and destroy Methods
o CGI Environment Variables
o The ServletContext
o Review
Responding to a Request
o Pre-Assessment Questions
o Controlling the Client
o Persistent Connections
o Status Codes
o Multimedia Content
o Review
Servlet Sessions
o Pre-Assessment Questions
o Hidden Form Fields
o URL Rewriting
o Cookies
o Review
Authentication and Security
o Pre-Assessment Questions
o HTTP-Based Authentication
o Form Authentication
o Secure Sockets Layer
o Review
Inter-Servlet Communication
o Pre-Assessment Questions
o Sharing Data
o Dispatching to Another Servlet
o Review
Building Enterprise Web Applications
o Pre-Assessment Questions
o Java Servlets and JNDI
o Clustering and Java Servlets
o JavaMail
o Review
Internationalization
o Pre-Assessment Questions
o The Latin Character Set
o Non-Latin Character Sets
o Review