Date: 2004-12-02T11:04:24 Editor: AndresValdez <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: Configuration URL: http://wiki.apache.org/jakarta-commons/Configuration
no comment Change Log: ------------------------------------------------------------------------------ @@ -6,13 +6,18 @@ = External Resources = ||Do you have a good example, add it here!|| -=Auto-Configuration-Reloading-Class= += 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. + +== Advantages: == + 1.Only a big one: You can edit your configuration file at any time you want, and your changes will take effect immediately!!! + So your application will change it's behavior at runtime!! :D + You can see the implementation here: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
