Springframework is one of the most facinating and widely used open source java frameworks. This project aims to learn and elaborate the source code line by line to help people understand the design of art of spring. The source code we use here is springframework 0.9.1. The code is old, however all the essenses like IoC, AOP are perfectly implemented with top quality. In addition the smaller quantity of code helps us understand the core feature better.
- Application startup
- Load bean
- Instantiate bean, IoC