uwemeding.com
Using Gson in JAX-RS
by Uwe B. Meding Using JSON in a Java REST application is pretty straight forward. Jersey is the reference implementation for JAX-RS which does all the serialization for you. The really great part …