Tag: jaxrs
JAX-RS XML Example With JAXB Using Jersey
by  Java4s | 7 Comments
  [ Ask Question ]
In this article i will give you an example on how a RESTful web service produces XML response using Jersey. Basically JAX-RS supports conversion of java objects into XML with the help of JAXB. As Jersey it self contains…