vote up 0 vote down star

Does anyone have a good tutorial for using XML for storing data in a Java application utilizing the Netbeans IDE? I would like to be able to instantiate classes in the Netbeans IDE to support calling to and from XML files. I understand Netbeans IDE and possibly Java in general supports XML classes, but I do not yet know how to access them.

Could somebody give some example code or a link to a tutorial?

flag

1 Answer

vote up 0 vote down

The O'Reilly Book "Learning Java, 3rd Edition", has some good examples on how to use XML in Java. It's not specific to Netbeans, but it will probably get you started.

http://my.safaribooksonline.com/0596008732?portal=oreilly

The book is actually on line and you can download the examples.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.