1 观察者模式
LifecycleListener
2 责任链模式
pipeline+valve
3 门面设计模式
Request+RequestFacade
4 策略模式
5 参考
本系列分析参考了一些比较好的文章,也一并分享给大家:
tomcat源码分析:http://blog.csdn.net/haitao111313/article/details/7724503
tomat源码分析:http://www.atatech.org/articles/15805
tomcat源码学习:http://www.atatech.org/articles/39923
tomcat系统架构与设计模式:http://www.ibm.com/developerworks/cn/java/j-lo-tomcat1/index.html
Digester分析:http://blog.csdn.net/wgw335363240/article/details/5869660
tomcat部署方式:http://blog.csdn.net/jierui001/article/details/4168872
系列文章直达:
初始化与启动:https://yq.aliyun.com/articles/20169?spm=0.0.0.0.4yGfpo
容器:https://yq.aliyun.com/articles/20172?spm=0.0.0.0.2uPEZi
连接器:https://yq.aliyun.com/articles/20175?spm=0.0.0.0.2uPEZi
一个http请求的经历:https://yq.aliyun.com/articles/20177?spm=0.0.0.0.2uPEZi
重要的设计模式:https://yq.aliyun.com/articles/20179?spm=0.0.0.0.2uPEZi