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 09:31:53 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-01!supernews.com!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Newbie wanna Ada References: <9rbbsc$ga8$1@uranium.btinternet.com> X-Newsreader: Tom's custom newsreader Message-ID: Date: Fri, 26 Oct 2001 16:31:52 GMT NNTP-Posting-Host: 24.7.82.199 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.sfba.home.com 1004113912 24.7.82.199 (Fri, 26 Oct 2001 09:31:52 PDT) NNTP-Posting-Date: Fri, 26 Oct 2001 09:31:52 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:15260 Date: 2001-10-26T16:31:52+00:00 List-Id: >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 There are plenty of examples of Ada programs using sockets connecting to sockets in programs written in other languages. A web server or web spider (see www.adapower.com for links to examples), for instance. A socket is a socket, it doesn't matter what language is used to manipulate it. But if you are taling about a single, multi-language, program where parts in each language can see and manipulate complex data structures defined in code in the other language, that's a different kettle of fish.