Hi,

I am writing a framework base on Spring libraries.
In order to use it, the user will have to manually change the spring config xml file , and then load the application.

Is there a way to do it in a more convenient way?
Maybe load the xml file into some kind of object and working on the object instead of working on the file?

I could build some kind of XML util that will help do it, but I thought maybe there is a better way..
The idea is to improve the user experience in my framework.

Thanks,
T