On Sun, 10 Feb 2002 22:53, Mark Woon wrote:
> From the JavaDoc for Parameterizable:
>
>   It is incompatible with the Configurable interface.
>
> Huh?  Why?  Is this true?

Well both Configurable and Parameterizable supply an object with static 
configuration data. If you implement one - you don't need to implement the 
other. Parameterizable is for when the component needs flat config data and 
Configurable is for when the component needs hierarchial config data.

-- 
Cheers,

Pete

"The ability to quote is a serviceable substitute for wit." -- Maugham

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

Reply via email to