Day 1
- Why use Servlets & JSPs
- Servlets
- Init and Destroy, Single-Thread Model, Background Processing, Client-Side Caching, The Structure of a Response, Sending a Normal Response, Using Persistent Connections, Response Buffering, Status Codes, HTTP Headers
- JSPs
- Implicit objects, jsp syntax:xml, jsp syntax:scripting
- Tags
- Script free pages,Custom tags are powerful, When JSTL is not enough
- Deployment
- Deploying your web app, Keep it secret, keep it safe, The power of filters
Optional Subjects (choose 1 option)
- JSPX
- Building XML pages with JSPX
- SOAP
- What is a soap application, using Java to build a SOAP application with Tomcat and Apache Axis.
- Deploying to handheld devices: WML
