"steeven" wrote :
| another question, how to make the server readonly? the server will accept changes from
client side. it is dangerous for my case.
|
Hmm. You could make the client not push writes to the server by using the
ignoreModifications attrib to the cacheLoader element.
You could also write a custom interceptor on the server side (attach this to all
server-side caches) to drop all write calls.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250821#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...