Spring 扩展开发

BeanPostProcessor

InstantiationAwareBeanPostProcessor

http://uule.iteye.com/blog/2094549点击打开链接




Spring 扩展开发_第1张图片




#巨无霸Bean全过程

http://blog.csdn.net/zghwaicsdn/article/details/50910384

InitializingBean

https://www.cnblogs.com/sunxucool/archive/2013/06/13/3134438.html


自定义事务管理器:

DefaultTransactionDefinition


TransactionOperations


BeanFactoryPostProcessor

http://www.cnblogs.com/sishang/p/6588542.html点击打开链接

http://blog.csdn.net/shan9liang/article/details/34421141点击打开链接


http://uule.iteye.com/blog/2105492点击打开链接

http://uule.iteye.com/blog/2105426


过滤器

监听器

拦截器

Spring 事件EVENT 监听扩展

https://www.cnblogs.com/littlemonk/p/5705476.html

http://blog.csdn.net/u010475041/article/details/52347087

通过ApplicationContextAware获取bean

http://uule.iteye.com/blog/821712

ContextLoader

ContextLoaderListener

PropertyPlaceholderConfigurer


异常

http://blog.csdn.net/albertfly/article/details/51549198

统一异常

http://blog.csdn.net/he90227/article/details/46309297

Spring自定义属性编辑器PropertyEditorSupport + 使用CustomEditorConfigurer注册属性编辑器

http://uule.iteye.com/blog/869060

ProxyFactoryBean

http://uule.iteye.com/blog/869309


Spring的声明式事务


http://uule.iteye.com/blog/876137

Spring的声明式事务

TransactionProxyFactoryBean

spring事务配置的5种方式

http://uule.iteye.com/blog/894855

Spring事务的传播方式

http://uule.iteye.com/blog/1445678

事务隔离级别


http://uule.iteye.com/blog/1420799

http://uule.iteye.com/blog/841087

拦截器

http://uule.iteye.com/blog/2104219

aop

http://uule.iteye.com/blog/2104007


BF

http://www.cnblogs.com/davidwang456/p/3688250.html

FB

AbstractFB : 这里是工厂设计模式

http://blog.csdn.net/liuzhenwen/article/details/4155447

Spring 本身就是一个工厂设计模式的实现

Spring jdbc templete 模板方法

策略设计模式: 不同的ApplicationContext ,ClassPath,FileSystem.....

动态代理


你可能感兴趣的:(spring)