another reason to get rid of Properties:

If we move to an XML based configuration, we will need a way to do that
anyway and you can't map a Properties object to all of the different forms
of XML configuration that are possible. We could make the Configuration
object an interface and then have PropertiesConfiguration and
XMLConfiguration implementations.

-jon

Reply via email to