Configutron

Configutron is a generic XML based application configuration API. It provides the application developer to define and load XML based app configurations without having to write a single line of Java code to parse and read the configuration file. Instead Configutron provides the entire app configuration as populated Java Beans to the application.

Configutron provides:

  • A more natural way to load configuration from XML file
  • A generic configuration module for multiple and essentially different applications
  • An easy way to have pre-designed application be configured
  • An easy way to cater rapidly changing configurations
  • A non-hectic approach towards extending existing configurations

And all this is achieved without writing a single line of Java code to read the XML configuration file.