Content deleted Content added
→Creating and managing beans: Fixed grammar and Clarification |
Tag: Reverted |
||
Line 105:
==== Types of Inversion of Control ====
There are several types of Inversion of Control. Dependency injection and dependency lookup are examples of Inversion of Control.{{sfn | Cosmina | Harrop | Schaefer | Ho | 2017 | loc=§3 Introducing IoC and DI in Spring | p=37}} Objects can be obtained by means of either dependency lookup or dependency injection.{{sfn | Johnson | Hoeller | 2004}}{{rp | p=127}}<ref>[http://forum.springsource.org/showthread.php?79731-What-is-the-difference-between-the-depencylookup-and-dependency-injection What is the difference between the depencylookup and dependency injection - Spring Forum]. Forum.springsource.org (2009-10-28). Retrieved on 2013-11-24.</ref>
=====Dependency Management=====
Dependency Management is nothing but arranging/ assigning dependent spring bean to target spring bean.
Two types of Dependency Management
1.Dependency Injection
2.Dependency Lookup
=====Dependency Injection=====
|