I'm currently writing an application which only knows at startup what (visual) components it will show by reading a config file it gets from another program.
So it's not possible to have a prewritten context file to wire everything together.
But what is possible, I think, is to create the context file on the fly and than pass it on to the spring framework.
My question is: is there a way in spring to do this 'dynamic context file creation' or do I have to write my own 'engine'?
Regards,
Olivier


Reply With Quote