Merge pull request #213 from akullpp/feature/deltaspike

Added Apache DeltaSpike
This commit is contained in:
Andreas Kull
2015-08-23 21:12:22 +02:00

View File

@ -170,6 +170,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Libraries that help to realize the [Inversion of Control](http://en.wikipedia.org/wiki/Inversion_of_control) paradigm.*
* [Apache DeltaSpike](https://deltaspike.apache.org/) - CDI extension framework.
* [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection.
* [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger.
* [HK2](https://hk2.java.net) - A light-weight and dynamic dependency injection framework.