Cooma is a simple and flexible microcontainer implementation of Java.
Documentation page: https://github.com/alibaba/cooma/wiki
Report problems or suggestions: https://github.com/alibaba/cooma/issues
Code Project page: https://github.com/alibaba/cooma
MailList: mailto:java-cooma@googlegroups.com
git clone https://github.com/alibaba/cooma.git
mvn install -Dmaven.test.skip
Eclipse:
mvn eclipse:eclipse -DdownloadSources
Eclipse -> File -> Import -> Existing Projects into Workspace -> Browse -> Finished
Idea:
mvn idea:idea -DdownloadSources
Idea -> File -> Open -> Browse project directory -> OK
- Tiny and simple. Less than 1000 lines of code(not including code comments).
- Concept independence.
- Integration friendly.