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

Why Do You Use Upcasting or Downcasting in Java ?

What are the Differences Between a Vector and an ArrayList in Jav ...

What is the Main Difference Between a Session and Cookie in JSP ?

What are the Main Benefits of Collections Framework in Java ?

What is the Difference Between init-param and context-param in JS ...