Re: question about component integration or assembly
- From: liongster@xxxxxxxxx
- Date: Thu, 17 Jan 2008 04:52:46 -0800 (PST)
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
.
- Follow-Ups:
- Re: question about component integration or assembly
- From: shashank
- Re: question about component integration or assembly
- From: Matteo Bordin
- Re: question about component integration or assembly
- References:
- question about component integration or assembly
- From: liongster
- Re: question about component integration or assembly
- From: H. S. Lahman
- question about component integration or assembly
- Prev by Date: Re: How should a container class "know" its contained objects?
- Next by Date: Re: Business objects, subset of collection
- Previous by thread: Re: question about component integration or assembly
- Next by thread: Re: question about component integration or assembly
- Index(es):