JSON example with RESTEasy + JAXB + Jettison
RESTEasy uses Jettison JSON library to map JAXB annotation object to and from JSON. In this tutorial, we show you how to convert an JAXB annotated object into JSON format and return it back to client. Jackson as JSON provider You may also interest to read this RESTEasy + Jackson example. 1. RESTEasy + JAXB …