Chapter 13. The Football Quickstart Endpoint Examples

13.1. About Football Quickstart Endpoint Examples

The Football application is a simple example to illustrate the use of 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-quickstarts-6.1/rest-endpoint
  • jboss-datagrid-quickstarts-6.1/hotrod-endpoint
  • jboss-datagrid-quickstarts-6.1/memcached-endpoint