Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CORBA and DCOM

Status
Not open for further replies.

bobbyboy

IS-IT--Management
Jul 9, 2001
1
NZ
Hi All,

Could u help me resolve the following doubt..
Very broadly speaking, how would one approach integrating a DCOM object (from, say, an existing application) with a CORBA system?

Would we have to use a C++ wrapper around the object and then map that to CORBA?
Any help appreciated!!!

Thanks,
Bobbyboy [sig][/sig]
 
Hi bobby!
CORBA application operate on IIOP genralized form of GIOP. so you need to provide bridges to communicate between CORBA and DCOM application. as CORBA can only communicate with an application operating on IIOP
 
It depend what "flavour" of CORBA you are using. Ionas ORBIX implementation has a addon called WONDERWALL which is a bridge from DCOM to CORBA.

Cal


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top