| Author |
java_ class2XML
|
Marek Lapin
Greenhorn
Joined: Sep 19, 2004
Posts: 15
|
|
Hello Do you know where to find some tools/libraries that could be used to generate XML java structure (class, method and attributedefinitions)from java class file ? (i found only this one http://members.fortunecity.com/birbilis/tranXform/tools/Java2XML/ but the archive is missing some files) thanks Marek Lapin
|
 |
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
|
|
Search for castor. I don't have the link handy. That's a peice of software that converts Java to XML. - m
|
 |
Marek Lapin
Greenhorn
Joined: Sep 19, 2004
Posts: 15
|
|
Thanks marek
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
XStream is another alternative. And then there's also Jakarta Commons Digester.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: java_ class2XML
|
|
|