|
Java IDL is a CORBA-compliant technology for distributed objects that lets objects interact regardless of whether they are written in the Java programming language or another language.
CORBA Hello World ExampledownloadFile method declared in
FileInterface.idl. For supporting information see
Distributed Java Programming with RMI and CORBA.
MultiplyServant object, register the object in the CORBA Naming Service (COS Naming), print a status message, and wait for incoming client requests. For supporting information see
Servlet Inter-Communication with CORBA.
| |
