Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

infinispan/infinispan-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!! WARNING !!!

This quickstarts are here only for historical reasons and are no longer maintained. Please refer to Infinispan tutorials

Infinispan Quickstarts

Quickstarts (or examples, or samples) for Infinispan. There are a number of rules for quickstarts:

  • Each quickstart should have a unique name, this enables a user to quickly identify each quickstart
  • A quickstart should have a simple build that the user can quickly understand. If using maven it should:
    1. Not inherit from another POM
  • The quickstart should be importable into JBoss Tools and deployable there
  • The quickstart should be explained in detail in the associated user guide, including how to deploy

You can find the documentation at https://docs.jboss.org/author/display/ISPN.

If you add a quickstart, don't forget to update dist/src/main/assembly/README.md.

The 'dist' folder contains Maven scripts to build a zip of the quickstarts.