spring中用到的设计模式

Spring IOC 工厂、单例、装饰器
Spring AOP 代理、观察者
Spring MVC 委派、适配器
Spring JDBC 模板方法

1)、工厂模式

BeanFactory

2)、装饰器模式

BeanWrapper

3)、代理模式

AopProxy

4)、单例模式

ApplicationContext

5)、委派模式

DispatcherServlet

6)、策略模式

HandlerMapping

7)、适配器模式

HandlerAdapter

8)、摸板方法模式

JdbcTemplate

9)、观察者模式

ContextLoaderListener

本文由 lilyssh创作。可自由转载、引用,但需署名作者且注明文章出处。


当前网速较慢或者你使用的浏览器不支持博客特定功能,请尝试刷新或换用Chrome、Firefox等现代浏览器