[jboss-user] [JBossCache] - Persistent configuration in clustered environment.
victor75
do-not-reply at jboss.com
Sun Dec 3 12:54:49 EST 2006
Hello,
my requirement is to implement configuration infrastructure. The configuration should be persistent and should be synchronized in all nodes of the cluster.
My idea is to use JBoss cache for cluster synchronization and FileCacheLoader for persistency. I also want to make my own version of FileCacheLoader that will serialize/deserialize the configuration object in xml files instead of the java serialized objects.
Is this solution make any sense?
Could you suggest other approaches as well?
Thanks a lot.
Victor.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990817#3990817
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990817
More information about the jboss-user
mailing list