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

Infinispan REST server


If you are using a fresh version of Infinispan, follow the steps to start and configure the Infinispan REST server.

If you started the server properly, then to access the REST module, just point your browser to the Infinispan REST Server located at http://localhost:8080/infinispan, and you will see a welcome page with general instructions on how to use his module.

Before we go into the details, let's make an overview of some REST concepts.

Introduction to REST services

In 2000, one of the authors of the HTTP specification, the scientist Roy Fielding, presented in his doctoral thesis a new way of integrating distributed hypermedia systems called Representational State Transfer (REST). It was based on the same architectural principles behind the World Wide Web (WWW), thus attracting great attention.

According to Roy Fielding and the Wikipedia definition:

"REST is a style of software architecture for distributed hypermedia systems such as the World Wide Web."

Generally, we use...