Is there something in spring where we can write back to an property file ?
Lets say , that we have a property "reportname=SOME REPORT". If we have a GUI where the user can change it to "reportname=SOME OTHER REPORT".
Then, is there something in spring that can write that value back to the property file ?
Also, is there a xml property file reader?
i.e. Can I pass an xml file in "classpath:filename" for the propertyPlaceHolder.