Page 1 of 1

Dependency Injection

Posted: Tue Oct 24, 2006 7:59 pm
by Ollie Saunders
Can anybody provide resources on Dependency Injection?
In particular I'm looking for a sub 200 word summary of exactly what it is and why it exists.

Posted: Tue Oct 24, 2006 8:05 pm
by s.dot

Posted: Tue Oct 24, 2006 9:16 pm
by Christopher
I think the important things from that are:

- it is a design pattern that is a specific form of Inversion of Control

- it is a pattern in which responsibility for object creation and object linking is removed from the objects themselves and transferred to a factory/registry