[jdom-interest] Converting Java Objects to XML
Jeff Martin
jeff at reportmill.com
Fri Oct 11 13:26:50 PDT 2002
Well my goal is much less grand and slightly different. This class
doesn't create an "archive" of an object graph, it creates a
"representation" - which includes all public methods (including any
derived business logic methods), not just values from getter/setter
methods. This is great for importing a description of an object graph
into an application that doesn't have access to the original classes.
Also, it's a single class file - no setup and configuration necessary.
It just turns objects to XML in fell swoop.
jeff
On Friday, October 11, 2002, at 03:13 PM, Grinvald, Edward wrote:
> How is it different from Castor (www.exolab.org)?
>
> Thank You,
>
> Edward Grinvald
More information about the jdom-interest
mailing list