Book Image

Infinispan data grid platform definitive guide

Book Image

Infinispan data grid platform definitive guide

Overview of this book

Table of Contents (20 chapters)
Infinispan Data Grid Platform Definitive Guide
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Server Modules

Until this chapter, for all the scenarios and code samples we have used Infinispan bundled as a library embedded into your application code.

In this chapter, we will examine Infinispan in another perspective. We will analyze Infinispan server modules, which are modules deployed in an Application server that provide Infinispan as a service, and get some clients to consume the data provided by the cache service.

There are several modules available:

  • Client/Server access

  • Introduction to server modules

  • Infinispan REST server

  • Using Hot Rod server

  • Infinispan Memcached server

  • Infinispan WebSocket server

  • Introducing the command line interface.

You will also see how to deploy and configure each server module and how to use the command line interface provided by Infinispan to access the data grid.