XML : Externalized config XML file Loading

I have a very detailed config file in XML created and has to be loaded externally when running the a java web app. What is best way to do this?

1.I have looked into Spring externalization which can load properties and YAML, but i want the XML to be loaded.

  1. I have been using XML configuration, and have written custom XML parser to load the data as Java object (for the last 16 years!!). Now i am a new app design and wanted to know whether there are any better ways to do this?

No comments:

Post a Comment