View/Hide Sitemap Inline ...
-
dependency injection, containers
Dependency Injection (DI) introduced to those that don't know what it is, as well as the concepts of containers (more…)
-
general purpose di / ioc container
18 October 2012
Bugs Fixed. Jar Size - 325K. (more…)
-
general purpose di / ioc container
08 October 2014
Bugs Fixed. Jar Size - 325K. (more…)
-
dependency injection, martin fowler
Martin Fowler wrote the canonical article on Dependency Injection after talking to the PicoContainer team in 2003. (read about it on his bliki…)
-
starting/stopping containers
DI containers can force lifecycle state changes on to the components they hold (more…)
-
Constructor, Setter, etc
The different types of DI compared and summarized (more…)
-
parent containers, child containers
Individual containers can optionally have parent or child containers representing different scopes. These could be organized in a tree design. (more…)
-
caching, implementation hiding, etc
Containers can modify the behaviors of components directly, or as seen by other components in a directed graph of components (more…)
-
Patterns, Principals, Concepts
Inversion of Control (IoC) is the concept that gave birth to Dependency Injection, and should be understood by developers using DI containers (more…)