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,d7d5c946756e47d4 X-Google-Attributes: gid103376,public From: Geoff Bull Subject: Re: Integrating RMI and Sockets based Java client libs in Ada apps Date: 1999/09/06 Message-ID: <37D31B0C.4E2046D2@research.canon.com.au>#1/1 X-Deja-AN: 521503496 Content-Transfer-Encoding: 7bit References: <01bef612$7a206460$c24d3a8b@m04w0588> Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@research.canon.com.au X-Trace: cass.research.canon.com.au 936581894 17241 203.12.174.227 (6 Sep 1999 01:38:14 GMT) Organization: Canon Information Systems Research Australia Mime-Version: 1.0 NNTP-Posting-Date: 6 Sep 1999 01:38:14 GMT Newsgroups: comp.lang.ada Date: 1999-09-06T01:38:14+00:00 List-Id: Daniel Wengelin wrote: > > Hello everybody, > does anyone have a good pointer to info regarding how Ada applications can > get access to Java servers providing a client side library based on RMI and > sockets? > > Thanks for any answers. > > Dan This might be of interest. Unfortunately, it is just about the opposite of what you want to do. http://www.cs.tamu.edu/research/ADEPT/ " 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. "