Copy and paste the two java files in the com.heirloom.demo.facade folder into the java_source folder.
Open each file, hover over the package name (it will be red underlined) and choose to move into the right package name
Build the project and execute the getAccountTest.java to see the facade being called
By default the facade will exepct to find the getAccount.properties file in the facade directory. 
You can change the facade or override that location using the environment variable, or system property 'heirloom_facade_properties'
