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,fd0ee7c9be011576,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-28 05:32:07 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-feed.riddles.org.uk!newsfeed.direct.ca!look.ca!newsfeed1.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3A9CEF45.25677A63@earthlink.net> From: "Marc A. Criley" Organization: Quadrus Corporation X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada Annex E (Just curious :-) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 28 Feb 2001 13:28:44 GMT NNTP-Posting-Host: 158.252.122.159 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 983366924 158.252.122.159 (Wed, 28 Feb 2001 05:28:44 PST) NNTP-Posting-Date: Wed, 28 Feb 2001 05:28:44 PST Xref: supernews.google.com comp.lang.ada:5336 Date: 2001-02-28T13:28:44+00:00 List-Id: Frank wrote: > > Hi! > > I have read a bit in the Annex E. > Could someone refer me to a example source code? Most preferably not an > example larger than > "send an integer from one partition to another that prints it on screen" or > something like that :-) > otherwise the issue will boil out in business complexity of some kind:-)) If you're using GNAT, download and install the associated Annex E implementation, GLADE (all available as RPMs at the Ada for Linux site, www.gnuada.org). The GLADE distribution provides several basic examples, and they _do_ work! :-) > And also a link or example on how partitions are set up? Download GLADE and RTFM. > > Would like to try it in Linux RedHat6.2 with gnat 3.13 (if feasible :-) Feasible, _and_ effective! :-) > > As I already am writing a question here:-) > I have also read abot ADEPT, but the info seems old, and only for Sun. > Does any similar interface solution exist for Linux for Ada to Java? 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. > > Frank Marc A. Criley Senior Staff Engineer Quadrus Corporation www.quadruscorp.com