Answer Posted / sujeev
IOC(Inversion of control)is a technique that allows object
configuration to be moved out of code and into a
configuration file. With Spring IOC, this is typically done
with an XML file.
The steps to use Spring IOC are:
1. Write Java Bean classes, with getter and setter methods
for each property to be configured by Spring.
2. Create an XML file that describes the Java Beans to be
configured.
3. Use an XMLBeanFactory to create configured beans. There
are other ways to read bean descriptions, but using an
XmlBeanFactory is more common.
| Is This Answer Correct ? | 80 Yes | 17 No |
Post New Answer View All Answers
What is the Spring2.5 MVC Navigation flow?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What are the interfaces in java collections? : java collections
What are the differences between the java collection and the java list? : java collections
What do you understand by synchronization? Why is it important?
please mail me the interview question based on java/j2ee
What are the different types of collections views being provided by the map interface? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
Should we create system software ( e.g operating system ) in java ?
can u draw class/object diagram for ATM
What are the queues in the java collection framework? : java collections
What is the use of the list interface in the java collection? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What is deque in the java collections framework? : java collections
What are the classes in the java collection framework? : java collections