Java concurrency
August 20, 2008
Preferences in Java
August 3, 2008
Finally started using Preferences in JDK instead of re-invent my own wheel. duh! According to the document the place Java stores the preferences depends on the implementation. Developers should not worry about where the files are stored. But still, after digging around, I found in MacOSX the preferences will be stored in users’ ~/Library/Preferences in file names like <java_classname_with_hierachy>.plist (surprise?) Looks straightforward to use. I will have to migrate the old CR preferences codes to make use of JDK’s Preferences utility classes.
Some references:
Link1
Link2
Link3
Blogged with the Flock Browser


