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?
Regards, Timothy