Poodinis (DI framework) 7.0.0 released
Mike Bierlee via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Sat Sep 3 13:14:08 PDT 2016
Poodinis is a dependency injection framework for the D
programming language. It is heavily inspired by the Spring
Framework.
New in this release is constructor injection. Whenever the
dependency container resolves a class it creates an instance of
that class. During creation it attempts to resolve dependencies
defined in that class' constructor and passes them when created.
This is done fully automated without the need of UDAs. Of course
member-based injection is still available too.
Besides constructor injection, all previously deprecated code has
been removed in this version. For more info, see the changelog.
You can find the project at:
Github: https://github.com/mbierlee/poodinis
D package registry: http://code.dlang.org/packages/poodinis
More information about the Digitalmars-d-announce
mailing list