[
Lists Home |
Date Index |
Thread Index
]
James Carr wrote:
> Besides cooking up your own xml mapping framework, what are some of
> the most standard tools out there that are usefull for mapping objects
> (and object graphs) to xml in the java world that avoid imposing
> object design standards on you (i.e. forcing attributes to be public,
> for example, rathyer than allowing you to draw data from methods)?
java.beans.XMLEncoder.writeObject
It doesn't get much more standard than that.
--
犬 Chris Burdess
"They that can give up essential liberty to obtain a little safety
deserve neither liberty nor safety." - Benjamin Franklin
This is a digitally signed message part
|