After instantion of the bean via BeanFactory its properties could be changed by application. I want these properties to be saved and restored when application starts next time. Does Spring provide API that support such behavior? I understand that I could modify xml or properties file from application but is it a recommended way?
Thanks,
Zahar


Reply With Quote