public marks

PUBLIC MARKS from roulian with tags "design patterns" & article

17 March 2008 20:15

Inversion of Control Containers and the Dependency Injection pattern

(via)
In the Java community there's been a rush of lightweight containers that help to assemble components from different projects into a cohesive application. Underlying these containers is a common pattern to how they perform the wiring, a concept they refer under the very generic name of "Inversion of Control". In this article I dig into how this pattern works, under the more specific name of "Dependency Injection", and contrast it with the Service Locator alternative. The choice between them is less important than the principle of separating configuration from use.

roulian's TAGS related to tag "design patterns"

agilité +   apache +   article +   dev +   extreme programming +   framework +   j2ee +   java +