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

What is an EnumSet in Java ?

What is the Difference Between Queue and Stack Data Structures in ...

What is a Filter in JSP ?

What are the Main Uses of Singleton Design Pattern in Java ?

What are the Different States of a Thread in Java ?