Taming Tiger: Loading Properties from XML


Read With Formatting | Free Open Source Tutorials Account

Server Side Coding Tutorials
Thread: Taming Tiger: Loading Properties from XML


md_doc
The Properties class is an old favorite, around since the beginning of Java programming time with very few changes. The Tiger release of J2SE enhances this class, which allows you not only to use it to specify key-value pairs on a single line separated by an equal sign, but also to use XML files to load and save those key-value pairs. In this installment of "Taming Tiger", John Zukowski demonstrates how to use this updated work horse. Read Taming Tiger: Loading Properties from XML here. (http://www.opensourcetutorials.com/tutorials/Server-Side-Coding/Java/loading-properties-from-xml/page1.html)