Added Apache DeltaSpike

This commit is contained in:
akullpp
2015-08-23 19:44:25 +02:00
parent 077f7c3ee7
commit 347b780701

View File

@ -166,6 +166,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.