开发者

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

开发者 https://www.devze.com 2023-01-14 16:17 出处:网络
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.

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

精彩评论

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