XML : Difference between jersey-media-json-jackson, jersey-json,jersey-media-multipart?

I want to develop one web api,that will produce and consume both JSON and XML data.

I have used JAXB for XML support and it is working fine. Now i want to add JSON type.i studied different tutorial, all are using different dependencies as below:

  1. jersey-media-json-jackson
  2. jersey-json
  3. jersey-media-multipart

please help me whcih perfect and which support both XML and JSON. what is difference between them all?

No comments:

Post a Comment