What is the best/simplest way to read in an XML file in Java application?
There are of course a lot of good solutions based on what you need. If it is just configuration, you should have a look at Jakarta commons-configuration and commons-digester. You could always use the standard JDK method of getting a document :