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,f1deba01a6ea4216 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!r12g2000vbe.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Marcelo_Cora=E7a_de_Freitas?= Newsgroups: comp.lang.ada Subject: Re: RESTful web API using AWS? Date: Thu, 18 Aug 2011 06:40:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <6843c6f3-37a6-46f5-b724-ff8974c73f40@q3g2000yqi.googlegroups.com> <4b2bd50d-678a-46eb-93f2-4cd70f5dca66@s2g2000vby.googlegroups.com> <7715c596-8d17-4e9e-9d8e-ef75466ac7ff@glegroupsg2000goo.googlegroups.com> <24c68463-e6b8-4ca3-876e-97881e1980a4@k3g2000vbz.googlegroups.com> NNTP-Posting-Host: 201.1.207.144 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1313674802 12724 127.0.0.1 (18 Aug 2011 13:40:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 18 Aug 2011 13:40:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r12g2000vbe.googlegroups.com; posting-host=201.1.207.144; posting-account=NclPyQoAAAAE3vS1fHd_8NOSumP9W3Ey User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0.1) Gecko/20100101 Firefox/5.0.1,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21645 Date: 2011-08-18T06:40:02-07:00 List-Id: On Aug 17, 12:33=A0pm, Ludovic Brenta wrote: > Good. You'll also be interested in the packages libgnadesqlite3-1-dev, > libgnadeodbc1-dev and libapq-postgresql1-dev, which contain Ada > bindings to SQLite, UnixODBC and PostgreSQL respectively. There is also APQ for MySQL and ct_lib (Sybase/SQL Server) in Debian repositories IIRC. As using AWS for RESTful API, I have some experience in developing it myself. It's awesome not to be forced to link to a file or something of the sorts. You can organize your code as you wish. If you want to work with json data, take a look at the KOW Lib project at http://framework.kow.com.br. There is KOW_Lib.Json, which I have been using for quite some time now. Happy coding! :)