Re: question about component integration or assembly



On Jan 17, 3:40 am, "H. S. Lahman" <h...@xxxxxxxxxxxxxxxxx> wrote:
or assemblied with other components.

Which component concept is that? B-) Alas, component engineering is
taking on as many different methodological views as OOA/D.

I read about this from Syperski's "Component Software - Beyond Object
Oriented Programming" (2003). To be exact on page 174, He mentioned
and draw a connection between two components C1 and C2. I can
understand if they will communicate through a defined interface,
however my question was how this connection is implemented?

Juval Lowy in his book 'Programming dot net Components' also draws
interaction between components, however I could not find the detail
information on how it will be implemented.

However how could we connect X to Y, if don't
have the source code of X and Y?

The short answer is that you don't. The component is a module with a
particular semantic responsibility that is abstracted by its interface
for various clients to use.

Yes I thought the answer had to be not, however I have a confusion
between the concept (as described above) and the practical
implementation of the component integration.

Thanks again for your response.

Han



.