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 wit开发者_如何学JAVAh 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.
Have a look at commons-configuration which offers tons (well almost) ways to load and save config data.
The memcached wiki lists a handful of Java clients.
精彩评论