spring 中經常使用的設計模式

1、 Spring 中常見的設計模式設計模式

工廠模式 : BeanFactoryapp

裝飾器模式: BeanWrapperspa

代理模式: AopProxy設計

單例模式: ApplicationContext3d

委派模式: DispatcherServlet代理

策略模式: HandlerMappingblog

適配器模式: HandlerApdapterio

模板方法模式: JdbcTemplate模板

觀察者模式: ContextLoaderListenerList

2、Spring 的四大模塊及典型的設計模式

  一、Spring IOC   工廠模式、單例模式、裝飾器模式

  二、Spring AOP  代理模式、觀察者模式

  三、Spring MVC  委派模式、適配器模式

  四、Spring JDBC 模板方法模式

2、Spring 中常見設計模式分類

相關文章
相關標籤/搜索