aaron note Spring


AOP
(

基于schema的<aop:config>风格
基于"@AspectJ注解"的AutoProxyCreator风格

用advice则可以正则匹配类, 介入
implements MethodBeforeAdvice
implements AfterReturningAdvice

implements ThrowsAdvice 针对异常的

Introduction Advice代替执行 或 解释为'为物件动态加入一些方法'

Auto Proxy, 执行的时候只要如原来一样执行就可以了
)

Spring鼓励 type 2 Ioc , 即Setter Injection

配置文件 环境常量等注入
datasource注入

声明式事务, 编程式事务

Task

......

你可能感兴趣的:(spring,职场,休闲)