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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reflection in CORBA!

Status
Not open for further replies.

MaulinHV

Programmer
Oct 13, 2000
1
US
Hi,

can not we have a thing in CORBA that can act like Reflection in Java?

also we should have object serialization support by the CORBA standard itself so as to while working with C++/CORBA we need not use explicit write/read to files to have
persistant server processes.

Any guidelines/suggestions??

Thanks! [sig][/sig]
 
hai,
yes we can have reflection in CORBA . we use InterfaceRepository(IR) for reflection. in corba we do not call as reflection. There are some interfaces provided by the corba using which we can do this reflection.
bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top