HttpServletResponse XML to Java

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-13T03:22:55Z Indexed on 2010/03/13 3:27 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

I am maintaining this servlet that has a HttpServletResponse response that replies back to the client an XML message. I want to take the XML message and convert it to JSON, then send the JSON back.

I want to avoid writing my own JSON converter if possible. Does anyone have a good method of doing this? I googled for this: http://pvoss.wordpress.com/2009/02/26/servlet-filter-to-convert-xml-to-json/ , which is exactly what I want but they are using a hacked dom4j jar which doesn't help me.

© Stack Overflow or respective owner

Related posts about java

Related posts about Xml