Link to home
Start Free TrialLog in
Avatar of dannysh
dannysh

asked on

RMI and IIOP callback

Hi all
As far as I know it's possible to do RMI callback to a client which register to the application server.
Is it possible also in IIOP connection to the application server ? I am using IIOP casue the client is written in C/C++.

  Thanks
Avatar of girionis
girionis
Flag of Greece image

 I am afraid not with pure RMI over IIOP. You should use CORBA for that.
Avatar of dannysh
dannysh

ASKER

Hi

>> I am afraid not with pure RMI over IIOP

If the client is written in C/C++ probably it should use CORBA. so it that case it will ba able to receive callback?

Does java client using pure RMI/IIOP can ?
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial