Skip to content

Try to have a minimal implementation of Spring Framework

Notifications You must be signed in to change notification settings

rustberry/tiny-spring

Repository files navigation

tiny-spring

Try to have a minimal implementation of Spring Framework.

Change log

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.

Analysis

The basic structure of BeanFactory classes:

BeanFactory Classes

TODO

  • detect circular dependencies
  • solve circular dependencies
  • instantiation of Beans having not only nullary constructor
  • documentation. Write about how IoC in this framework works.

About

Try to have a minimal implementation of Spring Framework

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages