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:
- jersey-media-json-jackson
- jersey-json
- 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