Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 5. Run Red Hat JBoss Data Grid JAR Files with Maven
5.1. Run JBoss Data Grid (Remote Client-Server Mode) Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
Use the following instructions to run Red Hat JBoss Data Grid JAR files with Maven in Remote Client-Server mode.
Hot Rod Client without Querying
Add the following dependencies to the pom.xml
file:
- Add the mandatory
infinispan-commons
dependency:<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-commons</artifactId> <version>6.1.0.Final-redhat-4</version> </dependency>
<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-commons</artifactId> <version>6.1.0.Final-redhat-4</version> </dependency>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add the mandatory
infinispan-client-hotrod
dependency:<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-client-hotrod</artifactId> <version>6.1.0.Final-redhat-4</version> </dependency>
<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-client-hotrod</artifactId> <version>6.1.0.Final-redhat-4</version> </dependency>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Hot Rod Client with Querying
Add the following dependencies to the pom.xml
file:
- Add the mandatory
infinispan-commons
dependency:<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-commons</artifactId> <version>6.1.0.Final-redhat-4</version> </dependency>
<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-commons</artifactId> <version>6.1.0.Final-redhat-4</version> </dependency>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add the mandatory
infinispan-client-hotrod
dependency:<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-client-hotrod</artifactId> <version>6.1.0.Final-redhat-4</version> </dependency>
<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-client-hotrod</artifactId> <version>6.1.0.Final-redhat-4</version> </dependency>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add the following dependencies:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow