tags:

views:

558

answers:

1

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?

+1  A: 

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.

simon