On Thursday 10 January 2002 12:08 pm, Stephen McConnell wrote: > No many - generally speaking the work in done in the initialize4 method > but on occasions there is extraction and repacking of components > provided by a compooinent that is itself a container. In > these cases the component reshuffling code generally throws a > Componnet exception along the lines of ...
Ok, sounds like a difference in how our components are authored a bit. You're looking up all the other components a component may need in the initialization of the component? I delay loading other components from the CM until actually needed in some cases. I have a component that represents an RMI connection to my other tier, and I only lookup/release it as methods on the "Fetcher" component are called. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
