Convert XML to Java DTO and back in GWT

Posted by RB on Stack Overflow See other posts from Stack Overflow or by RB
Published on 2010-03-15T22:17:08Z Indexed on 2010/03/15 22:19 UTC
Read the original article Hit count: 375

Filed under:
|
|
|
|

Looking for best approach to convert Java DTO to XML and back while using GWT. I saw GWT has XMLParser in its client package which is a DOM Parser. I'm looking for more like a JAXB kind of plugin feature that I can use with GWT.

© Stack Overflow or respective owner

Related posts about gwt

Related posts about Xml