JDG Remote Client-Server Mode Usage Example: Difference between revisions
Jump to navigation
Jump to search
(→Maven) |
|||
Line 8: | Line 8: | ||
=Maven= | =Maven= | ||
<pre> | |||
<dependency> | |||
<groupId>org.infinispan</groupId> | |||
<artifactId>infinispan-remote</artifactId> | |||
<version>8.3.0.Final-redhat-1</version> | |||
</dependency> | |||
</pre> | |||
If support for remote client-server JDG is deployed within the target EAP, declare the dependency <provided>. | |||
Otherwise, embed it with your deployment. | |||
=HotRod Client Configuration= | =HotRod Client Configuration= |
Revision as of 14:06, 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> </dependency>
If support for remote client-server JDG is deployed within the target EAP, declare the dependency <provided>.
Otherwise, embed it with your deployment.