Difference between revisions of "GxRest"

From Gcube Wiki
Jump to: navigation, search
m (Manuele.simi moved page GxRest/ to GxRest)
Line 1: Line 1:
....
+
gCube eXtensions to the Rest Protocol library (gxRest) provide a convenient round-trip interaction between a Restful web application and its client. The approach is completely independent from the web framework used to develop the web application, being entirely based on the <code lang="Java">javax.ws.rs</code> package.
 +
 +
The library is consistently divided between:
 +
* context-aware requests sent by a client to a web application
 +
* status-aware responses returned from a web application.

Revision as of 05:16, 15 February 2018

gCube eXtensions to the Rest Protocol library (gxRest) provide a convenient round-trip interaction between a Restful web application and its client. The approach is completely independent from the web framework used to develop the web application, being entirely based on the javax.ws.rs package.

The library is consistently divided between:

  • context-aware requests sent by a client to a web application
  • status-aware responses returned from a web application.