Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to call a Java application using CORBA Activator.
Kamal__Sharma__(x-intertecadmin_-_(deleted))
HI I have installed CORBA Activator and CORBA Activator Development Kit. I am able to compile the IDL in livelink.But the current documentation doesn?t talk about how to call a java program using the object reference.Also there is no such example given, Where it is clearly mentioned the steps to use CORBA Activator for JAVA.I found the topic Live Link Activator for CORBA Importers but that talks about how to import DLL and EXE.
Find more posts tagged with
Comments
John_Lacey_(vizdomuser1_-_(deleted))
A stringified IOR can be communicated anyway that a string can. I've even resorting to copying it and pasting it into my OScript as a string literal during development work. More permanent means include the naming service, shared files, Livelink documents (created using LAPI), or a simple action or request handler. It may also be possible to use the importers through JNI. I haven't tried that.John L