Weblogic's FAQs: Server-Related Questions Q: Java-CORBA integration: RMI-IIOP or Java IDL?
A: It is important to understand the distinction between these two ways of integrating Java with CORBA. RMI-IIOP is for Java programmers who want to program to the RMI interfaces but use IIOP as the underlying transport. RMI-IIOP provides interoperability with other CORBA objects implemented in various languages, but only if all the remote interfaces are originally defined as Java RMI interfaces. It is of particular interest to programmers using Enterprise JavaBeans (EJBs), because the remote object model for EJB is RMI-based. Java IDL is for CORBA programmers who want to program in Java based on interfaces defined in CORBA IDL. This is "business as usual" CORBA programming, supporting Java in exactly the same way as other languages like C++ or COBOL. Maybe u will find this in Weblogic's Download Documentation htmldoc. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bhuvan K Gupta Sent: Saturday, June 22, 2002 12:37 AM To: JDJList Subject: [jdjlist] Cobol and Java Hi Guys, Is there any way we can call Java from COBOL . Thanks in advance Bhuvan To change your membership options, refer to: http://www.sys-con.com/java/list.cfm To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
