In Avalon, the typical way to get a component is to
use serviceManager(originally componentManager)'s
lookup method. But what should it be when one
component contains other components.

For example, we have component SalesDepartment and
SalesPerson, the SalesDepartment has an array of
SalesPerson. How could SalesDepartment initialize the
SalesPerson arrays and implement some function like
add a new SalesPerson?

Thanks.
Dennis

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to