Dependency Injection has been edited by James Strachan (Oct 21, 2008).

(View changes)

Content:

Dependency Injection

Dependency Injection or Inversion of Control is a pattern where dependencies of an object are injected into the object without the object being too aware of how the injection is performed. The two most popular Dependency Injection libraries available at the time of writing are

Camel is developed such that any Dependency Injection framework can be used easily - though we've tried hard to optimise Camel for both Spring and Guice

Reply via email to