Difference between revisions of "GxRest"

From Gcube Wiki
Jump to: navigation, search
Line 2: Line 2:
 
   
 
   
 
The library is consistently divided between:
 
The library is consistently divided between:
* context-aware requests sent by a client to a web application
+
* context-aware requests sent from a client to a web application
* status-aware responses returned from a web application.
+
* outbound status-aware responses returned from a web application
 +
* inbound responses received by a client.

Revision as of 05:19, 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 from a client to a web application
  • outbound status-aware responses returned from a web application
  • inbound responses received by a client.