Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 907 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 907 Bytes

Spring Modular Build Status

The aim of this project is to make Spring-based applications more modular, but without complexity and problems of OSGi. This solution is very simple, it basically enhances Spring’s context hierarchy model by adding ability to explicitly export and import beans between child contexts (aka modules).

TODO

Origin

This project is fork of Banshun project from Grid Dynamics. You can read more about its original and still valid purposes and motivation on their blog here.

License

This project is licensed under Apache License 2.0.