Spring 深入解析
目录 CONTENTS
•
AOP
•
IOC
•
AutoWired
—JDK 静态代理和动态代理
目录 - 源码入口
com.study.spring.main
—CGLib 动态代理
—BeanFactory 对象
—IOC 结合 AOP 实现基础版的 Spring
— 自定义注解
— 从 CGLib 对象中获取原始对象 Class
— 基于 AutoWired 的 Spring
—CGLib 实现 AOP
目录 CONTENTS
入口包 - com.study.spring.main
源码目录 - 各目录入口类
Jdk 静态代理 -StaticProxyTest
Jdk 动态代理 -DymicProxyTest
CGLib 动态代理 -CglibTest
CGLib 实现 AOP 功能 -Cglib2AopProxyTest
IOC 中 BeanFactory 的实现 -BeanFactoryTest
IOC 结合 AOP 的实现 -IocWithAopTest
基于 AutoWired 的 IOC 实现 -AutoWiredTest
基于 AutoWired 的 Spring 核心实现 -IocWithAopTest
Con'dential &
Proprietary
AOP
1
主题 -AOP