GithubHelp home page GithubHelp logo

wfink / infinispan-simple-tutorials Goto Github PK

View Code? Open in Web Editor NEW

This project forked from infinispan/infinispan-simple-tutorials

0.0 1.0 0.0 335 KB

Infinispan Simple Tutorials

License: Apache License 2.0

Java 88.30% Shell 5.73% C# 1.60% CMake 0.37% C++ 0.82% JavaScript 0.50% Makefile 2.25% HTML 0.43%

infinispan-simple-tutorials's Introduction

Infinispan Simple Tutorials

Build Status

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

Infinispan Server tutorials

Several tutorials use remote caches and require a locally running Infinispan Server.

To run the Server as a container image, visit the "Get Started" page in the Infinispan Website. Get Started with Infinispan

You can always download the latest server distribution and run from the downloaded files:

./bin/cli.sh user create admin -p "password"
./bin/server.sh

IMPORTANT: Infinispan Server requires authentication and authorization by default. Creating a user named admin gives you administrative access to Infinispan Server. You can find more details about users and permissions in Creating and Modifying Users

Building Tutorials

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/server.sh from the installation directory

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.

To go further

Check Infinispan Demos repository

infinispan-simple-tutorials's People

Contributors

danberindei avatar dependabot[bot] avatar dmvolod avatar galderz avatar karesti avatar oranod avatar pruivo avatar rigazilla avatar ryanemerson avatar tristantarrant avatar vjuranek avatar wburns avatar wfink avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.