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,94bac711cf2950f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-26 05:57:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!nntpserver.com!hub1.nntpserver.com!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: <3BD951FA.64F15257@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: Newbie wanna Ada References: <3BD87B95.2000703@maciejsobczak.com> <9rbbsc$ga8$1@uranium.btinternet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 26 Oct 2001 12:57:03 GMT NNTP-Posting-Host: 158.252.122.158 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 1004101023 158.252.122.158 (Fri, 26 Oct 2001 05:57:03 PDT) NNTP-Posting-Date: Fri, 26 Oct 2001 05:57:03 PDT X-Received-Date: Fri, 26 Oct 2001 05:53:12 PDT (newsmaster1.prod.itd.earthlink.net) Xref: archiver1.google.com comp.lang.ada:15231 Date: 2001-10-26T12:57:03+00:00 List-Id: Tony Gair wrote: > > I would be very interested to hear of anyones success in connecting ada > sockets to programs such as Java. Anyone done this, please talk to me I have been quite successful in having sockets in a native Ada program connect to the socket implementation provided by the Java library. The native Ada application was the server, while the client was written in Ada and compiled with JGNAT to produce Java Byte Code. The client implementation uses a number of Java library services, including sockets and the GUI. The socket package used by the client was based on AdaSockets with a reimplemented package body. Also, the project I was working on a couple years ago was developing a Java client to connect to the Ada server, and the developer there was doing everything directly in Java. Marc A. Criley Senior Staff Engineer Quadrus Corporation www.quadruscorp.com