Cell Relay Archive[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index][Thread Index][Author Index][Subject Index] Re: Java/CORBA/ATM?
> Date: Fri, 27 Feb 1998 08:30:00 -0500 (GMT) > From: Srivatsa Srinivasan <astav@giasbga.vsnl.net.in> > To: CellRelay <cell-relay@cell.ucs.indiana.edu> > Subject: CR: Java/CORBA/ATM? > > Hi, Am really confused with CORBA: > > Is it really possible to interface ATM with Java through CORBA? OMG has specified a GIOP (General Inter-ORB Protocol) in order to let distributed objects to communicate with each other. So far the only standard implementation of such specification that is available on the market, is IIOP (Internet Inter-ORB Protocol), which is TCP/IP plus some CORBA messages. IIOP has been designed to run on backbones, to cope with the problem of interoperability of different proprietary ORBs. I'm not aware of existing implementations of IIOP running on IP over ATM. > All I know is CORBA is a distributed object computing language ,it > makes life easier for client-server interactions. Who markets CORBA? > Where do I get it? There are several implementations of the OMG Corba 2.0 Specs. To mention just few of them: Sun's Joe Iona's OrbixWeb Visigenic's VisiBroker ObjectSpace's Voyager Netscape and Visigenic's Caffeine (pure Java CORBA/ ORB) The latest release of the specs is the 2.1. > > Does CORBA support ATM specifice calls to handle the network > including QoS etc? Until now I thought CORBA did NOT interfere with the > underlying network but I read somewhere that new versions of a certain > CORBA supports network management! > Check at http://www.omg.org/corba/corbiiop.htm You could also subscribe to the RMI-USERS@JAVASOFT.COM mailing list (focused more on RMI than CORBA, but there are several interesting discussions about RMI/IIOP, that should be included in the future releases of the JDK). Hope this can help Bye +--------------------------------------+--------------------------------------+ |Davide Mandato | Trillium Digital Systems, Inc.| |Phone: +1 310 442 9222 | 12100 Wilshire Blvd., Suite 1800| |Fax: +1 310 442 1162 | Los Angeles, California 90025-7118| |E-mail: davide@trillium.com | Web: http://www.trillium.com/ | +--------------------------------------+--------------------------------------+ | Davide Mandato - Senior Member of Technical Staff | | Emerging Technology Dept. | | | |"I have been through some terrible things in my life, some of which actually | | happened" | | Mark Twain | | | +--------------------------------------+--------------------------------------+ |
|