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 are the Differences Between a HashSet and a HashMap in Java ...

What are the Main Uses of Spring MVC Module ?

How Can We Prevent Busy Waiting in Java ?

What is a Directive in JSP ?

How Can You Determine If Your Program Has a Deadlock in Java ?