Poodinis Dependency Injection Framework v1.0.0 released

Mike Bierlee via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Mar 21 07:28:28 PDT 2015


I've just released the first production-ready release of the 
Poodinis Dependency Injection Framework.

Poodinis is mainly inspired by the dependency injection framework 
in Spring. It currently allows you to manually manage 
dependencies and have them be automatically injected into 
components which rely on these dependencies. In the future 
additional support might be added for automatically registering 
dependencies.

You can find the source code at 
https://github.com/mbierlee/poodinis

Let me know what you think!


More information about the Digitalmars-d-announce mailing list