Date: 2004-12-02T10:59:31 Editor: AndresValdez <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: Configuration URL: http://wiki.apache.org/jakarta-commons/Configuration
no comment Change Log: ------------------------------------------------------------------------------ @@ -6,9 +6,13 @@ = External Resources = ||Do you have a good example, add it here!|| -I have made an Auto-configuration-Reloading Class. -This class implements the Runnable interface and inherits from PropertiesConfiguration. -This class alsa has a Singleton behavior, so there is only one Configuration class at time, provided every X milliseconds. +=Auto-Configuration-Reloading-Class= + +""AndresValdez:"" +I have made an Auto-Configuration-Reloading Class. + + 1. This class implements the Runnable interface and inherits from PropertiesConfiguration. + 2. This class also has a Singleton behavior, so there is only one Configuration class at time, provided every X milliseconds, read from your config.txt file. You can see the implementation here: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
