Jersey REST API - t0tec/racing-2D GitHub Wiki
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.