The following is the directory of the servlet & JSP blog series:
Servlet & JSP: Web technology, Servlet, servlet container, Tomcat (installation and configuration, directory structure, startup analysis, Architecture)
Servlet and JSP (2): Main Servlet classes and interfaces, Servlet Container request processing process, and ing mechanism
Servlet & JSP (3): servletrequest, servletresponse, servletconfig, servlet exception, servletcontext Interface
Servlet and JSP (4): servlet lifecycle, request forwarding
Servlet & JSP (5): servletconfig, how the container initializes servlet parameters, servletcontextlistener, and other listener Interfaces
Servlet & JSP: attributes and parameters, three scopes (context, request, and Session), context attributes, session attributes, and thread security
Servlet and JSP (7): Session, cookie, and session migration
Servlet & JSP (8): session management instance
Servlet and JSP (9): Error Handling Mechanism (declarative Exception Handling and procedural Exception Handling)
Servlet & JSP (10): JSP introduction, operating mechanism and element type
Servlet & JSP events (11): Database Access
Servlet & JSP: a message board instance that implements the paging Function
Servlet & JSP: JSP and JavaBean. Two Models (Model 1 and Model 2)
Servlet & JSP (14): Filter
Servlet & JSP: Tag library API, tag library Descriptor
Servlet & JSP: a tag instance
Servlet & JSP (17th): El expression
Servlet & JSP: jstl core tag Library
Servlet & JSP (19th): International tag and formatting tag
Servlet & JSP: SQL tag library and XML tag Library
Servlet & JSP (21): Functions tag Library
Servlet & JSP: the cause of garbled code and its Solution
Servlet & JSP (23): verification mechanism, declarative security, procedural security, and prevention of SQL injection attacks
Servlet & JSP (24): Tag file
Servlet & JSP: Configure web programs under any directory and package web programs
Servlet & JSP (26): javamail
Reprinted please indicate the source: http://blog.csdn.net/iAm333