Skip to content

AstiaSun/basic-spring-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

basic-spring-framework

Spring Java framework basic functionality implementation

Task: Write your own framwork which will demonstrate next functionality:

  1. Dependency Injection technology:

    • Parser of XML configuration file
    • @Autowired annotation (for constructor, method and field)
    • Class manager, which creates objects according to annotations
    • Class-tester, which will demonstrate usage of injected classes
  2. Thread-safe singletone/prototype scope (the same as in Spring framework)

  3. @Component, @Service, @Repository, @Controller annotations

About

Spring Java framework basic functionality implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages