Chapter 14. The Football Quickstart Endpoint Examples

The Football application is a simple example to illustrate the use of Red Hat JBoss Data Grid endpoints, namely Hot Rod, REST, and Memcached. Each example shows one of these protocols used to connect to JBoss Data Grid to remotely store, retrieve, and remove data from caches.
Each application is a variation of a simple football team manager utility as a console application.
Features

The following features are available with the example Football Manager application:

  • Add a team
  • Add players
  • Remove all entities (teams and players)
  • Listing all teams and players
Location

JBoss Data Grid's Football quickstart can be found at the following locations:

  • jboss-datagrid-{VERSION}-quickstarts/rest-endpoint
  • jboss-datagrid-{VERSION}-quickstarts/hotrod-endpoint
  • jboss-datagrid-{VERSION}-quickstarts/memcached-endpoint

14.1. Quickstart Prerequisites

The prerequisites for this quickstart are as follows: