Skip to content

obfuscoder/infinispan-simple-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infinispan-simple-tutorials Build Status

Infinispan Simple Tutorials

This is a collection of simple tutorials which explain how to use certain features of Infinispan in the most straightfoward way possible.

In order to build the tutorials you will need

  • JDK 8
  • Apache Maven 3.x
  • Some examples use the Infinispan Server. Download the lastest server version and run bin/standalone.sh from the installation folder

You can compile and run each individual tutorial by changing to its folder and invoking:

mvn clean package
mvn exec:exec

Tutorials that involve deploying an archive to Wildfly are first deployed like this:

mvn clean package
mvn wildfly:deploy

Then, check the tutorial for a particular URL to interact with.

About

Infinispan Simple Tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.4%
  • Shell 4.3%
  • C# 2.7%
  • C++ 1.5%
  • Other 1.1%