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,85e48f338257ff94 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-26 06:29:18 PST From: "Dr. Michael Paus" Newsgroups: comp.lang.ada Subject: Re: Ada -> Java information flow Date: Fri, 26 Jul 2002 15:29:17 +0200 Organization: 1&1 Internet AG Message-ID: <3D414EAD.8000806@ib-paus.com> References: <3D414C3C.1050101@cox.net> NNTP-Posting-Host: p50830852.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.online.de 1027690157 7376 80.131.8.82 (26 Jul 2002 13:29:17 GMT) X-Complaints-To: abuse@online.de NNTP-Posting-Date: 26 Jul 2002 13:29:17 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.news.nacamar.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:27420 Date: 2002-07-26T13:29:17+00:00 List-Id: John M. Resler wrote: > I am new to Ada and am writing a mixed language application > in Ada and Java. The java application is the GUI front end and > the Ada application is an asis based application back end. I have > used pipes in C\C++ but don't know of an equivalent in Ada. Can > somebody point me in the correct direction? I'd appreciate it. > > -John > I have used the AdaSockets package and a Java DataStream successfully for that purpose. Greetings Michael