On Tue, Jan 10, 2012 at 1:17 PM, Arun Gupta <arun.p.gupta_at_oracle.com> wrote:
> Thanks Tatu!
>
> Any suggestions on how this "XMLism" can be avoided with Jersey ?
By configuring it to use POJO mapping, for example:
http://jersey.java.net/nonav/documentation/latest/json.html
(5.1 POJO support)
-+ Tatu +-