PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence FAQ
  Label: extend

Content with label extend in Coherence FAQ (See content from all spaces)
Related Labels: faq-code-examples , wan , cache , security , synchronize

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 ...