Este contenido no está disponible en el idioma seleccionado.
Chapter 8. The REST Interface
8.1. About the REST Interface in JBoss Data Grid Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
JBoss Data Grid uses a RESTful service. The primary benefit derived from this is that the need for tightly coupled client libraries and bindings is eliminated. The REST API introduces an overhead, and requires a REST client or custom code to understand and create REST calls.
JBoss Data Grid's sole requirement is a HTTP client library. For Java, the Apache HTTP Commons Client is recommended. Alternatively, the java.net API can be used.