If that's the sort of thing you're after, Log4J has a similar mechanism
which can monitor the config file and polls to see if it needs to reload
the configuration. [1]
I think that would provide a template for you. YMMV.
Cheers,
James
[1]
http://logging.apache.org/log4j/docs/api/org/apache/log4j/xml/DOMConfigurator.html#configureAndWatch(java.lang.String,%20long)
Rapthor wrote:
Rapthor wrote:
Donald McLean wrote:
Really? That sounds like a case of "The cure is worse than the disease."
I can't imagine a single case where something like that would be a
better solution than the three or four techniques for providing static
attributes that I'm already familiar with.
However, of course, YMMV.
Hmm you mean I should leave the properties file out and create a static
class instead? That sounds useful ... On the first attempt I wanted to use
JAVAs Properties-class and so I used properties-files as base.
Did I get you right?
Now I remember: I wanted to be able to change configuration values at
runtime. I would just have to provide a mechanism to reload the Properties
instance with the file. But the mechanism to create a static class does not
confirm with that idea.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]