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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,99253e048eb5c9a2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-12 11:38:44 PST From: "Dr. Michael Paus" Newsgroups: comp.lang.ada Subject: Re: Calling Ada from JAVA Date: Fri, 12 Apr 2002 20:38:42 +0200 Organization: =?iso-8859-1?Q?Ingenieurb=FCro?= Dr. Paus Message-ID: <3CB729B2.D470B600@ib-paus.com> References: NNTP-Posting-Host: p50830360.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.online.de 1018636723 12959 80.131.3.96 (12 Apr 2002 18:38:43 GMT) X-Complaints-To: abuse@online.de NNTP-Posting-Date: 12 Apr 2002 18:38:43 GMT X-Mailer: Mozilla 4.78 [de] (Win98; U) X-Accept-Language: de Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-han1.dfn.de!news.fh-hannover.de!news.uni-stuttgart.de!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!schlund.de!news.online.de!not-for-mail Xref: archiver1.google.com comp.lang.ada:22444 Date: 2002-04-12T18:38:43+00:00 List-Id: Ed Trubia schrieb: > > Wish to Interface with Ada from Java via RPC. Is there way or do I have to > wrap the Java with C then RPC to Ada. I wish to do the direct approach if > possible. Could you be a little bit more precise on what you actually want to do? The most direct approach is probably to use a TCP/IP socket to exchange data and commands but there are also other options like CORBA for example. It all depends on what you want to do and how much time you are willing to invest. Michael