Reading Notes for Head First Servlets and JSP
P. Conrad, for CISC474, Spring 2006
- Intro
- Your brain on Servlets
- Chapter 1
- Why use servlets and JSPs?: an introduction
- Chapter 2
- Web app architecture: high-level overview
- Chapter 3
- Mini MVC tutorial: hands-on MVC app
- Chapter 4
- Being a servlet: request and response
- Chapter 5
- Being a web app: attributes and listeners
- Chapter 6
- Conversational state: bean/entity synchronization
- Chapter 7
- Being a JSP: writing JSP code
- Chapter 8
- Script-free pages: writing scriptless JSPs
- Chapter 9
- Custom tags are powerful: using JSTL
- Chapter 10
- When JSTL is not enough: custom tag development
- Chapter 11
- Deploying your web app: web app deployment
- Chapter 12
- Keep it secret, keep it safe: web app security
- Chapter 13
- The power of filters: wrappers and filters
- Chapter 14
- Enterprise design patterns: patterns and Struts
- Appendix A
- Final Mock Exam
-