[Home] [Groups] - Message: [Prev in Group] [Next in Group]
8851: [MUD-Dev] Re: Why modules? (Was: Inheritable modules)
[Full Header] [Plain Text]
From: Vadim Tkachenko <vt@freehold.crocodile.org>
Newsgroups: nu.kanga.list.mud-dev
Date: Mon, 02 Nov 1998 22:41:57 -0600
References: [1] [2] <-newest
Organization: Kanga.Nu
Vadim Tkachenko wrote:
> > > class Configuration extends EventMulticaster;
> > > interface ConfigurationChangeListener;
> > >
> > > Rings a bell?
> >
> > Yes. Ding.
> > This says a lot in a little. A solution dynamic configuration
> > problem using a variation of the Observer pattern.
> > This works for me. Now make Configuration persistent.
>
> OK.
>
> class ConfigReader extends LineNumberReader;
> class PropertiesReader extends ConfigReader;
>
> class ConfigurationRepository extends Hashtable; /* actually, this is
> irrelevant to two lines above, but important in terms of different
> configuration sets for different modules */
Almost forgot to mention: as a logging stuff, these do exist already
(Java), not in that purified form yet, so. Remembering the OSS
principles, I can release them now and let you keep both pieces, again
;-) Just drop me a line.
--
Still alive and smile stays on,
Vadim Tkachenko <vt@freehold.crocodile.org>
--
UNIX _is_ user friendly, he's just very picky about who his friends are