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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-26 06:17:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!194.25.134.62!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newspeer1-gui.server.ntli.net!ntli.net!cox.net!p01!news1.central.cox.net.POSTED!53ab2750!not-for-mail Message-ID: <3D414C3C.1050101@cox.net> From: "John M. Resler" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Ada -> Java information flow Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 26 Jul 2002 13:17:34 GMT NNTP-Posting-Host: 68.102.241.220 X-Complaints-To: abuse@cox.net X-Trace: news1.central.cox.net 1027689454 68.102.241.220 (Fri, 26 Jul 2002 09:17:34 EDT) NNTP-Posting-Date: Fri, 26 Jul 2002 09:17:34 EDT Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:27419 Date: 2002-07-26T13:17:34+00:00 List-Id: 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