Hi,

I am pretty oblivious to the spring MVC integration with JSON. However for one of my project its mandatory to use JSON in the front end. I have the following requirement.

1. UI will send and understand JSON data.
2. The controller receives / posts XML data from the UI / external interfaces respectively.
3. The controller has to parse the XML received from external interface into JSON object and send it to the client.
4. The controller has to parse the JSON object to XML before posting it to the external systems.

I would be obliged if some one could enlighten me about the best practice to achieve this with respect to Spring MVC.

Thanks & Regards,
Nikhil