RE: ServiceManager and ComponentManager

2003-11-17 Thread Jörg Schaible
Jonathan Hawkes wrote on Friday, November 14, 2003 5:47 PM: > Oh, yeah. It seems that I ran across this explanation a > while back... Must have forgot. I just like the name > ComponentManager better :) The real confusing issue IMHO is, that anyboday here talks of components (recognize the lo

Re: ServiceManager and ComponentManager

2003-11-14 Thread Jonathan Hawkes
]> Sent: Friday, November 14, 2003 9:35 AM Subject: RE: ServiceManager and ComponentManager > > > > -Original Message- > > From: Jonathan Hawkes [mailto:[EMAIL PROTECTED] > > Sent: Friday, November 14, 2003 11:34 AM > > To: Avalon Developers List > >

RE: ServiceManager and ComponentManager

2003-11-14 Thread Leo Sutic
The ComponentXXX interfaces return objects implementing Component, while the ServiceXXX interfaces just return Object. Means that you don't have to implement Component all the time. When we decided that Component was unneccessary and unwanted, we couldn't change the ComponentXXX interfaces as the

Re: ServiceManager and ComponentManager

2003-11-14 Thread Leo Simons
Jonathan Hawkes wrote: Just a question out of curiosity. Why is ComponentManager deprecated? It appears that the only difference between the Component* API and the Service* API is the name. So, why is "service" a better name for a component? There's another (the only real) difference: ComponentM

RE: ServiceManager and ComponentManager

2003-11-14 Thread Farr, Aaron
> -Original Message- > From: Jonathan Hawkes [mailto:[EMAIL PROTECTED] > Sent: Friday, November 14, 2003 11:34 AM > To: Avalon Developers List > Subject: ServiceManager and ComponentManager > > Hey all! > > Just a question out of curiosity. Why is Compo

ServiceManager and ComponentManager

2003-11-14 Thread Jonathan Hawkes
Hey all! Just a question out of curiosity. Why is ComponentManager deprecated? It appears that the only difference between the Component* API and the Service* API is the name. So, why is "service" a better name for a component? Thanks! Jonathan Hawkes