- Spring 快速上手
- 介紹 Spring 的依賴注入基礎特性
- 如果已經熟悉 Spring 可以跳過
---
- 為什么 AOP 很重要
- AOP 是如何幫助解決企業級應用中的問題的
---
- 編寫我們的第一個切面
- 首個面向切面編程演示
---
- Advice Deep Dive
- 切面中可以使用哪種代碼?
---
- Pointcut Deep Dive
- How to define where aspects are added to your application
---
- Expressing Architecture Using Pointcuts
- Make Architecture a part of your application
---
- How Aspect are Added to Obejcts
- Deeper understanding about Spring AOP's internals
---
- Spring AOP vs. AspectJ
- Introduction to AspectJ
- Compare Spring AOP to AspectJ
---
- Spring's Aspect Library
- Out-of-the-box aspects for your application
---
- Real Life Aspects
- Some ideas for your own aspects
---
- Next steps
- How to get started