On Saturday 15 June 2002 11:36 am, Berin Loritsch wrote:
> > I'm against making them mutually exclusive:
> >
> > - users use them together
>
> The common implementation between Parameterizable and Configurable
> is this:
>
> component.configure( config );
> component.parameterize( Parameters.fromConfiguration( config ) );
>
> What's the big deal about doing that in your configuration
> method?

I also see no reason for them to be mutually exclusive. Yes, some containers 
may not support both methods simultaneously, but others do. 

Phoenix kernel components can support both. The Parameters passed are things 
from the runtime environment while the Configuration is from the kernel 
configuration document.

Yes, as a general rule having both will not happen very often, but we need to 
keep the corner cases in consideration.
-pete

-- 
peter royal -> [EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to