章Spring框架简介与IoC容器
1.1Spring简介
1.1.1Spring历史
1.1.2Spring项目简介
1.1.3Spring Framework安装
1.2IoC容器
1.2.1IoC容器和依赖倒置原则
1.2.2依赖注入类型
1.3Spring IoC容器
1.3.1BeanFactory容器
1.3.2ApplicationContext容器
1.3.3使用Spring IoC容器
第2章Spring AOP
2.1AOP基础
2.1.1AOP概述
2.1.2AOP常用术语
2.1.3动态代理
……