JDG Remote Client-Server Mode Usage Example: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 27: Line 27:


=Features=
=Features=
==Basic API==


==Transactions==
==Transactions==

Revision as of 14:17, 4 May 2017

Internal

Overview

The example is deployed in a wrapper servlet, to facilitate interaction.

Maven

<dependency>
    <groupId>org.infinispan</groupId>
    <artifactId>infinispan-remote</artifactId>
    <version>8.3.0.Final-redhat-1</version>
    <scope>provided</scope>
</dependency>

If support for remote client-server JDG is deployed within the target EAP (preferred), declare the dependency <scope>provided</scope>.

Otherwise, embed it with your deployment.

HotRod Client Configuration

Create a RemoteCacheManager

Features

Basic API

Transactions