You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.
We have chosen for using the Jersey Framework in the web application to set up a REST service. Jersey also actually contains a client library that we can use both in our web client as our desktop client applications. Jersey is a proprietary implementation of the JAX-RS specification that supports both XML and JSON. We can use GSON for serializing the corresponding Java Object so we can deserialize this again in our client applications.