----- Original Message ----- From: "Timothy Bennett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 4:25 PM Subject: Serviceable vs. Composable
> Still a newbie... thanks for the continued help... > > 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? > Serviceable does not require component impelements Component interface. We have deprecated Component related interfaces, because of it is just a marker-interface. > Regards, > Timothy > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
