Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to migrate exiting CORBA 2 IDL to CORBA 3 idl without affecting client code?

0
Posted

How to migrate exiting CORBA 2 IDL to CORBA 3 idl without affecting client code?

0

CORBA 3.0 IDL is an extension of the CORBA 2.x IDL, and continues to support all the constructs that are supported in the CORBA 2.x IDL. To define components and its home you can use support key word to extend existing interfaces to components. This essentially does not affect the client side code, as you can narrow component reference to required interface. However for non-factory pattern, the client must be aware of component home to create a component instance. In CCM its mandatory have a home.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123