We are trying to move away from property files as files on the file system and more want to use a server based key/value store.
Does anyone have any code to do this with Java. Are there systems already built to connect to a server like memcached and build a property object with key values?
I want to do this in a struts web based project and a wicket web based project.