Java class to load configuration data from XML files.
Be the first to post a text review of XMLConfigReader. Rate and review a project by clicking thumbs up or thumbs down in the right column.
1.0.003 (2006-02-03) - imports were reorganized - unused variable were removed 1.0.002 (2005-03-24) - config files may be located on jar file - jar file were added on www directory 1.0.001 (2005-03-24) - java.net release 1.0.000 (2005-03-15) - sourceforge release
A quick start guide were added to this project homepage.
XMLConfigReader is an open-source extension of Java ResourceBundle class to read configuration data directly from an XML file. XMLConfigReader reads structured resource text data from an XML file and store it on a hashtable. The hashtable keys are taken from the value of the first attribute of the <item> elements. The hash table values are hashtables containing the sub-items names as keys and the sub-items data as value
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?