Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 15. Building a Reusable Config Class > Your Config Class in Action

15.5. Your Config Class in Action

It's finally time to throw together a couple of test files to ensure that your class is working correctly. First create a very basic XML file that contains some sample data for you to load in.

<?xml version="1.0" encoding="UTF-8" ?>
<config>
  <property name="exampleProperty1" value="I am value #1." />
  <property name="exampleProperty2" value="I am value #2." />
  <property name="exampleProperty3" value="I am value #3." />
</config>


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial