This class contains utility methods that can be used to read from and write to files containing release xml beans. The decision to use Java's XML beans support over nanoxml was difficult. If I go with nanoxml, I believe I would need a beaninfo class and some data structures might not work. Also, if we want to eliminate dependency on nanoxml, using the inherent capabilities in Java 5 seemed to be a wiser approach.
@author manningr
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.