Tag: spring Dependency Injection
Dependency Injection In Spring Framework
Guys, its very important concept in spring read it carefully Dependency injection: In this IOC, consider when our class object need to get any primitive values or it need to access any other class objects or it may need …
Spring Dependency Injection With Set Collection Property
Let us see few points, if we have Set property in our program If in our spring bean has a property of type Set then in the spring config xml file, we need to use <set> element to inform…
Spring Dependency Injection With List Collection Property
This is same as <set />, right previous session, but few changes are there, let us see the difference between these two <set /> and <list /> In the previous example [ Dependency In The Form Of Set Collection Property…
Spring Dependency Injection With Map Collection Property
Map will stores the data in key, value base that to key, value must be the objects of any type. One is called one pair or one entry. k1 Oracle k2 Sun k3 Java4s k4…