Hello Jersey users,
We are using Jersey 1.1.1-ea in our
application. What is the next release version of Jersey we can upgrade
to ?
Do we have a release version of jersey with WADL enhancements ,
specifically the following one
https://jersey.dev.java.net/issues/show_bug.cgi?id=416
As per jersey documentation we need to annotate a java pojo with
@XmlRootElement, so that marshalling/unmarshalling are done in the run
time via JAXB .
We do not have this requirement when we use metro based webservices and
the metro-runtime does marshalling/ unmarshalling through JAXB as well.
Just wanted to understand the approach jersey takes in
serializing/deserializing xml and its dependency on the @XmlRootElement
annotation, Can you please give me as insight into it
Thank you,
Suchitha