GxRest

From Gcube Wiki
Revision as of 05:19, 15 February 2018 by Manuele.simi (Talk | contribs)

Jump to: navigation, search

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.