implement IDL out-parameter in java
Hi,
Have someone any experience in implement of out-Parameter in Java.
//idl
interface AA
{
string login (in string name,in string pass,out pp obj);
};
How cann I implement it in a CORBA-application!(in Client- and
Servant-side)
could you please help? or Can you give me an example in this area?
thanks in advance
Nahal
|