PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence FAQ
  Label: extend+faq-code-examples

Content with label extend+faq-code-examples in Coherence FAQ (See content from all spaces)
Related Labels: serialization , namedcache , cachestore , security , size , singleton , jmx , wan , mutex , cache-size , cache , example , optimization , invocation , coherence-cache-config , synchronize , hibernate , expiry , cluster ( - extend , - faq-code-examples )

How can I connect separate Coherence clusters together?
attached examples http://wiki.tangosol.com/pages/viewpageattachments.action?pageId=16803 demonstrate how to use the features of CoherenceExtend to enable one Coherence cluster to access caches from another Coherence cluster and visa versa. Use cases for this type of configuration include ...
How can I restrict a Coherence*Extend client's access to a cache?
attached example security.jar demonstrates how to authenticate a CoherenceExtend client and pass the client's identity to the cluster, where it is used to enforce entitlements on a target {{NamedCache}}. The attached JAR file includes both .NET and Java sample clients. A CoherenceExtend client authenticates ...