Friday, 6 February 2015

Is it possible to mix spring xml configuration with java



I am using spring framework 4.1.4


I have JBoss5XmlWebApplicationContext as my contextClass reading xml configuration.


I want to add @Configuration class to be read aside from the xml. Is this possible? How to do it?


No comments:

Post a Comment