Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An example of dspace.cfg converted to XML: ExampleDspaceConfig^ExampleDspaceConfig.xml

The benefit of the above approach in formating properties is that we get XML immediately without altering the inital lookup API of ConfigurationManager.

...

Initial efforts in converting ConfigurationManager resulted in the following patch (just for ConfigurationManager) which uses an XML'zed version of the properties file. This does not include changes neccessary to adapt the rest of the DSpace library to commons configuration. which are soon to come.

configuration^configuration-manager-patch.txt

The way properties are accessed from ConfigurationManager will change significantly further patches are being written to handle those cases.

...