Reputation: 1548
I came to know that IDL is used for communication between server and client in CORBA, which is independent of languages.
As far as I know there is a plugin available for Eclipse (for creating the server of CORBA). For C++, OmniORB, Taox and etc.,
Suggest me the best tool and best practice for creating client in C++, which is having less dependencies and very good support for Java Server.
Upvotes: 0
Views: 1486
Reputation: 310913
rmic -iiop
.rmic -idl.
Upvotes: 1