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-Thread: 103376,d4ccd64f6bc1394a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.76.235 with SMTP id n11mr857644wiw.0.1363366757802; Fri, 15 Mar 2013 09:59:17 -0700 (PDT) MIME-Version: 1.0 Path: bp2ni93971wib.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: ada and rest services Date: Fri, 15 Mar 2013 16:59:13 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <81f4c2c5-1835-4df4-a6b2-5889c4b5ef89@googlegroups.com> NNTP-Posting-Host: Tr4YF43EK2s0RuphVpEIMQ.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Tom's custom newsreader Date: 2013-03-15T16:59:13+00:00 List-Id: > Does anyone have any examples of an Ada rest service. I am trying to >get an ada server communicating with an android device, any comments or >ideas to help with that I would be grateful for. What is a "rest service"? I have an Ada program communicating with Javascript on an Android (et al) using WebSockets. What do you want?