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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,323168097ac7c466 X-Google-Attributes: gid103376,public From: garys@cs.tamu.edu (Gary W Smith) Subject: Re: How do I comm. between Ada & a Java MMI? Date: 1998/02/06 Message-ID: <6be2hi$v7$1@news.tamu.edu>#1/1 X-Deja-AN: 322524416 References: <886597373.579665937@dejanews.com> Organization: Texas A&M Computer Science Department, College Station, TX Newsgroups: comp.lang.ada Date: 1998-02-06T00:00:00+00:00 List-Id: In article <886597373.579665937@dejanews.com>, wrote: ->Hi! -> ->I have the following problem: -> ->I want to communicate between an Ada95 system and a Java GUI. -> ->I can't find any reliable, commersial bindings between these languages. Although it dosn't match your commercial requirement (and may not match your reliable requirement either!), we did some work along those lines in our ADEPT project (http://www.cs.tamu.edu/research/ADEPT/). Perhaps you may at least get some potential ideas about how it can be done from the web information. Here's an excert from the page: Recent work on ADEPT, named ADEPT/JxA, has added the capability of Ada-Java interoperability by allowing Java clients to access Ada servers. This is accomplished with the requirement that each component (client and server), use their respective distributed object models. For instance, Java clients use Java Remote Method Invocation (RMI) to call distributed remote objects that have been created using Annex E in an Ada server. The use of Ada and Java in these roles may provide the basis for solving many of the distributed application problems of the future. The ADEPT/JxA enhancements were also funded by Computer Sciences Corporation. A live demonstration of ADEPT/JxA capabilities was presented at the 1997 Software Technology Conference in SLC Utah, April 28th to 30th. In other news, a certain Ph.D. student (me!) who worked on the project may be looking for an Ada job in the near future if he doesn't land an academic one and he'd like to hear about companies doing work along the above lines! - gary