What is XMLBeanFactory in Spring Framework ?

XMLBeanFactory is one of the most useful implementation of BeanFactory in Spring. This factory loads its beans based on the definitions mentioned in an XMLfile.

Spring container reads bean configuration metadata from an XML file and creates a fully configured application with the help of XMLBeanFactory class.



You May Interest

How Can We Reference an Unreferenced Object Again in Java ?

What are the Examples of Observer Design Pattern in JDK ?

What is the Difference Between an Iterator and ListIterator in Ja ...

Why Did Oracle Release a New Version of Java Like Java 8 ?

What are the Situations in Which You Choose HashSet or TreeSet in ...