From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6b137cd5cebd16b4 X-Google-Attributes: gid103376,public From: Glen Subject: Re: Ada83 CORBA and Java Date: 1999/06/07 Message-ID: <375B8B3C.292BFB@spam.com>#1/1 X-Deja-AN: 486594514 Content-Transfer-Encoding: 7bit References: <7j65sj$hj5$1@nnrp1.deja.com> Content-Type: text/plain; charset=us-ascii Organization: spameater Mime-Version: 1.0 Reply-To: spamwithchipsplease@spam.com Newsgroups: comp.lang.ada Date: 1999-06-07T00:00:00+00:00 List-Id: Cheryl Marquis wrote: > Does anyone know of a CORBA implementation for Ada83 (specifically > Verdix Ada 2.1 & Verdix Ada 3.0 on Solaris 2.5.1) and Java (specifically > JDK 1.1.6?). The CORBA 2.2 spec http://www.omg.org is written for Ada95. The only commercialAda95 CORBA implementation I know of is Objective Interfaces http://www.ois.com This will produce Ada95 bindings, which you could wrap you legacy code in. There is a free software effort ongoing ( http://www.adapower.com/corba/index.html ) There are lots of java CORBA implementations, see one of the CORBA usenet groups, IONA seems popular. Glen