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?