Try to have a minimal implementation of Spring Framework.
v1.0 IoC (Inversion of Control) function complete.
v2.0 AOP (Aspect Oriented Programming) complete.
v3.0 The minimum but sufficient structrue of Spring's BeanFactory. See the clear UML diagram at the end.
use git checkout <tag name>
to jump to specific version.
The basic structure of BeanFactory classes:
- detect circular dependencies
- solve circular dependencies
- instantiation of Beans having not only nullary constructor
- documentation. Write about how IoC in this framework works.