I want to implement a factory pattern with avalon components.

More precisely, suppose you get a DummyFactory that creates DummyObject.
I want DummyFactory and DummyObject to be avalon components, and DummyObject to
use other avalon components (connection pool for example).

Is that a proper design on the avalon framework ?
What is the best way to manage such components lifecycle ?


Thanks




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

Reply via email to