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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...