Re: question about component integration or assembly



On Jan 19, 12:31 pm, hanliong <liongs...@xxxxxxxxx> wrote:
On Jan 19, 3:44 am, shashank <shashank...@xxxxxxxxx> wrote:

..... deleted...
Now if we connect power_consumer port of VendingMachine to
power_supplier port of PowerGenerator, the runtime assembly/deployment
framework of infrastructure takes responsibility of getting reference
of power_supplier (of type Power) from PowerGenerator component and
passing this reference to component VendingMachine.

So for CORBA, the connection is done by a runtime assembly/
deployment.
I read few things about CORBA, and seems that they made it clearer
than what .NET proposes.

Yes. It is responsibility of deployment/ assembly infrastructure to
actually make connections.

These connections are specified by application builder/ assembler
using gui based tools or otherwise and is stored in a assembly
descriptor (an xml file) file. This is given as input to assembly
framework that takes care of installing, instantiating and configuring
proper connections and other properties.

regards,
shashank

My research work would be on .NET implementation, so if anyone knows
how would a similar connection be established please let me know.

Regards, Han.

.