基础:Servlet(一)

1、《初学 Java Web 开发,请远离各种框架,从 Servlet 开发》http://www.oschina.net/question/12_52027

2、《Servlet过滤器介绍之原理分析》http://zhangjunhd.blog.51cto.com/113473/20629/

3、《web服务器,从单一到分布式的演变》http://my.oschina.net/cxz001/blog/103703

4、《页面片段缓存方案介绍(OSCache,Velocity自定义标签,Varnish+ESI)》

5、《页面片段缓存(一)》

6、《动态内容的缓存技术 CSI,SSI,ESI》

7、http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html

8、《对servlet 3.0新增函数的例子login、logout》http://abani-behera.blogspot.com/2012/05/programmatic-login-in-servlet-30.html

9、《HttpServletRequestWrapper 用法》

10、《Servlet中使用HttpServletResponseWrapper截获返回的页面内容》http://fulong258.blog.163.com/blog/static/17895044201082924939805/

你可能感兴趣的:(servlet)