[ANN] xml-configfile 0.4.0

Yo!

I have added some useful features to class XmlConfigFile (A class for an
easy handling of XML configuration files):

  • References to environment variables in a configuration file will be
    replaced by their actual values now.

  • A reload mechanism has been added, that will reload configuration
    files periodically, if you want. So you do not have to stop and restart
    your application, if you want to change its configuration.

  • The separator for parameter hashes is freely configurable now.

  • A lot of test cases were added.

  • A lot of documentation was added.

You can find a short tutorial here:
http://www.maik-schmidt.de/projects/xmlconfigfile/index.html

You can download the current and all previous releases here:
http://www.maik-schmidt.de/projects/xmlconfigfile/dist/

The RAA site is:
http://www.ruby-lang.org/raa/list.rhtml?name=xml-configfile

Cheers,

···


Maik Schmidt
mailto:contact@maik-schmidt.de

Cool. I originally wrote clxmlserial for small, conf file like usage. You
can check it out here: http://clabs.org/clxmlserial.htm. Unfortunately, I
haven’t touched it in a while.

Chris