I have been trying out a configuration management package for a recent project,
JFig. First I built a wrapper class as I want to have a defined set of configuration values and cross platform handling of configuration file locations. Then I built the functionality I needed into the rest of the application, fired things up, and everything seems to be working well. But then I noticed, that's strange, the configuration file isn't getting updated. Isn't JFig supposed to handle that for me?
The short version is no, not only does it not handle it for me, it doesn't provide any way to save configuration changes at all!