Hi Peter, > From: Peter Donald [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 2:49 PM > Think of it another way. Services/Components are usually > behaviour oriented. > Data/Resources do not make good services/components - for > every data/resource > elemtn people usually have a coresponding factory/manager > service. SO in your > case you would have a "ContextManager" service that gave you > access to the > "Context" resource.
now there's an additional layer. I will have a factory of a factory. The second one is based also on meta data not available at configuration, only when I lookup the second factory by the service manager. Basically I will have to create a new factory if it does not match any meta data from a previous lookup and the factory should end its lifecycle if it was for a longer time not looked up again (ie service manager should end its lifecycle <g>) ... Regards, J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
