Dear Sir, I wanted to Read java object to xml using JDom, where i can take my java object model into xml .In Object Model all my methods(get and set)should be there.Is there any tool that converts java files to xml.
Kindly advise for the same.
Thanks and Regards Bhavesh Shah
Mike Keith
author
Ranch Hand
Joined: Jul 14, 2005
Posts: 304
posted
0
Originally posted by BHAVESH SHA: Dear Sir, I wanted to Read java object to xml using JDom, where i can take my java object model into xml .In Object Model all my methods(get and set)should be there.Is there any tool that converts java files to xml.
Kindly advise for the same.
Thanks and Regards Bhavesh Shah
You might want to take a look at the JAXB standard and see if that suits you. There is also a runtime impl of object-XML mapping in the EPS project.