On Tue, 26 Nov 2002 18:25, Timothy Bennett wrote:
> Been reading and studying B. Loritsch's document on Developing with Apache
> Avalon at http://jakarta.apache.org/avalon/developing/implementing.html. 
> In this document, he suggests that components have access to the component
> manager by implementing the Composable interface.  However, when I build my
> component that implements Composable, I get deprecation warnings related to
> the ComponentManager class.  Looking at the demo apps for Avalon-Phoenix,
> it looks like these guys implement the Serviceable interface.  Is
> Serviceable the replacement for Composable?  If not what is the difference?

Yep - Serviceable replaces Composable. The reason was that ComponentManager 
required that all components implmenet the Component interface which we found 
inflexible and difficult to use in some cases.

-- 
Cheers,

Peter Donald
-------------------------------------------------------
To fight and conquer in all your battles is not supreme 
excellence; supreme excellence consists in breaking the 
enemy's resistance without fighting. - Sun Tzu, 300 B.C.
-------------------------------------------------------


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

Reply via email to