views:

41

answers:

1

Difference between ioc and dependency injection . explain dependency injection in spring. What is difference b/w JSF dependency injection and spring dependency injection..

A: 

IoC is a design pattern, and most IoC containers use dependency injection. There are different types of dependency inection, but best read a few of these articles which helped me;

CodeProject

IoC Container

Windsor Container

Beginner guide

Ryk
thanks , but I want difference b/w JSF dependency injection and spring dependency injection..
Parag