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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6986b05169a628cb,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!b1g2000hsg.googlegroups.com!not-for-mail From: Tomek Walkuski Newsgroups: comp.lang.ada Subject: Mixing languages with Ada Date: Wed, 23 Jul 2008 02:08:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4eb01401-f094-444d-8ab2-cebeab2d839c@b1g2000hsg.googlegroups.com> NNTP-Posting-Host: 83.26.74.95 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1216804091 28290 127.0.0.1 (23 Jul 2008 09:08:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 23 Jul 2008 09:08:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b1g2000hsg.googlegroups.com; posting-host=83.26.74.95; posting-account=Ar5oKAoAAAD4cyp5eTv5CtR88dGtUxxC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7005 Date: 2008-07-23T02:08:11-07:00 List-Id: I need to do some co-op work in client-server environment. I have to write (some) server and I want to do this in Ada. Team mate has to write client communicating with my server and he wants to use, for example, Java. What is the best choice to mix those languages? Any simple solution? Protocol between server and client will be "simple".