<spring>
<context type="Spring.Context.Support.XmlApplicationContext, Spring.Core">
<resource uri="file://C:/config1.xml" />
<resource uri="file://C:/config2.xml" />
<resource uri="file://C:/config3.xml" />
<resource uri="config://spring/objects" />
</context>
</spring>
Instead of specifying the XML file locations in a configuration file, is there a way to programmatically specify these resource files after application start?