This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XML API for object import/export?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]