开发者

Java: How do you use key/value datastores like memcached with Java property file code?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜