Execution Procedure of Corba {RMI with C++ Server}
Dear Friends,
I am new to corba, Trying to run two programs
1. Java Server and Java Client using IDL
2. C++ Server and Java Client.
On the both the cases i tried the following steps,
[b]idlj Hello.idl[/b]
This created a folder named HelloApp with few files.
Then, i compiled it with
omniidl -bcxx [b]Hello.idl[/b]
This created me 2 c++ files with extension .cc,
I am using Corba,
with Server as C++ and Client as java.
What should be my next step please explain me.
I am using j2sdk 1.4 and wht environment setting should i do ?
i am a new to CORBA Please help me.
Thanks in Advance.
Rengaraj.R

