Is it possible call a CORBA object from JavaScript? Is it possible from an applet? How?
Created May 4, 2012
Vadim Gurov
Yes, it is possible.
From JavaScript you may call Applet methods, that in turn call the CORBA object.
To call a CORBA object from an Applet, you have to get the IOR of the CORBA object. Then, if theCORBA object is not found by the Applet, you'll need to request for additional security permissions from browser.