- Introduction
- Web application Architecture
- Http Protocol & Http Methods
- Web Server & Web Container
- Servlet Interface
- GenericServlet
- HttpServlet
- Servlet Life Cycle
- ServletConfig
- servletContext
- Servlet Communication
A). Servlet-Browser communication
- sendError
- setHeader
- sendRedirect
B). Web-component Communication
- Forwards
- Include
C). Servlet-Applet Communication
- Session Tracking Mechanisms
- HttpSession
- Cookies
- URL-Rewriting
- Hidden-Form Fields
- Filters & Wrappers
- Listeners
- Web-Security