XML API for object import/export?
sf
sf@b-i-t.de
Thu May 27 15:55:00 GMT 2004
Paul Gear wrote:
...
> My question is: what is the most appropriate API which:
>> - will enable me to parse an XML file and create Java objects from the
> results
>> - is simple (preferably)
You could take a look at java.beans.XMLEncoder and java.beans.XMLDecoder.
> - is well-supported under GCJ
>> - is the "right direction" to go in terms of standards, and where GCJ is
> likely to head in the future
Above mentioned classes are new as of Java 1.4 and are not in gcj (at
least not in 3.3.2).
Regards
Stephan
More information about the Java
mailing list