I'm just using core spring (getBean) to read spring config files into beans. That works fine.
On the reverse way, I want to save runtime beans into spring config files, so that I can run the corresponding tests again... I miss something like a "setBean" method.
I am a spring newbie, I searched this forum and read the javadoc, but no hint. So far I understand that this is not the purpose of Spring... However any suggestions on how to make it ? I'm using Spring 1.2.4.
Jean


Reply With Quote
