What\'s the simplest-to-use techonlogy available to save an arbitrary Java object graph as an XML file (and to be able to rehydrate the objects later)?
Apache digester is fairly easy: http://commons.apache.org/digester/ JAXB is newer and comes with annotation goodness: https://jaxb.dev.java.net