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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd0ee7c9be011576 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-01 09:41:54 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!hub.org!hub.org!fr.clara.net!heighliner.fr.clara.net!news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news3.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada References: <3A9CEF45.25677A63@earthlink.net> Subject: Re: Ada Annex E (Just curious :-) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Thu, 1 Mar 2001 18:33:49 +0100 NNTP-Posting-Host: 130.67.136.228 X-Complaints-To: news-abuse@nextra.no X-Trace: news3.oke.nextra.no 983468313 130.67.136.228 (Thu, 01 Mar 2001 18:38:33 MET) NNTP-Posting-Date: Thu, 01 Mar 2001 18:38:33 MET Organization: Nextra Public Access Xref: supernews.google.com comp.lang.ada:5358 Date: 2001-03-01T18:33:49+01:00 List-Id: Hi! I guess it some kind of CORBA that is the solution for this kind of problem then? Frank > > I haven't looked at ADEPT in a long time, so I can't speak to that. I > have had success using the AdaSockets collection on the natively > compiled Ada side, and the Socket class on the Java side (actually > JGNAT). One does have to worry about host vs network byte order, and > what I've gotten so far is probably horribly non-portable, but for now > anyway it's working. >