Hello,
Is there any way to get the context i.e. spring - bean configuration from the database instead of the xml files.
By this I mean, can I have something
Where Object xml is some kind of object that has wiring of all the bean (i.e. in footballJob.xml) retrieved from databaseCode:context =new %ApplicationContext%(Object xml,parent);


Reply With Quote