Category: spring article
-
Loading bean definitions from multiple XML files in Spring
We can use XML, annotations and Java code to configure the spring beans. We can mix these ways of configurations as well. However, the annotations are more popular now a days but XML is also a good way of defining beans at one place. XML was the popular way of configuration before annotations. Need to…