views:

34

answers:

2

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.

A: 

Have a look at commons-configuration which offers tons (well almost) ways to load and save config data.

Aaron Digulla
A: 

The memcached wiki lists a handful of Java clients.

matt b