goeswind / cooma

a simple and flexible microcontainer of Java

Home Page:https://github.com/alibaba/cooma/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Code compile and browse tutorial

Checkout

git clone https://github.com/alibaba/cooma.git

Compile

mvn install -Dmaven.test.skip

Browse

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

Related Product

Design Principle

  • Tiny and simple. Less than 1000 lines of code(not including code comments).
  • Concept independence.
  • Integration friendly.

About

a simple and flexible microcontainer of Java

https://github.com/alibaba/cooma/wiki

License:Apache License 2.0