Difference between revisions of "GxRest"
From Gcube Wiki
Manuele.simi (Talk | contribs) |
Manuele.simi (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | gCube eXtensions to the Rest Protocol library (gxRest) | + | gCube eXtensions to the Rest Protocol library (gxRest) provides 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: | The library is consistently divided between: |
Revision as of 04:19, 15 February 2018
gCube eXtensions to the Rest Protocol library (gxRest) provides 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.