> From: Mircea Toma [mailto:[EMAIL PROTECTED]]
> 
> > Stepanossov, Kirill wrote:
> > > Committers, if this accepted, could you still leave 
> different "toolkits"
> for
> > > building customized containers available ?
> >
> > Why does everybody here think that COP and inheritance don't mix?
> 
> They can mix but not very elegantly. COP is promoting 
> Composition as the
> main design pattern isn't it?

No.  Components are building blocks of a system that allows you
to design in a loosely coupled, yet intelligent way.  Components
are often "services" (components that perform a specific task).

Architectures like EJBs, and in particular the Entity Beans have
done damage to the credibility and design of components.  In
Entity Beans, composition is the main design patterns.  However,
the world is not Entity Beans.


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

Reply via email to