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-7-bit Received: by 10.66.75.164 with SMTP id d4mr258095paw.10.1349968679277; Thu, 11 Oct 2012 08:17:59 -0700 (PDT) Received: by 10.68.189.37 with SMTP id gf5mr354589pbc.16.1349968679261; Thu, 11 Oct 2012 08:17:59 -0700 (PDT) Path: jt13ni4110pbb.1!nntp.google.com!kt20no28071946pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 11 Oct 2012 08:17:59 -0700 (PDT) In-Reply-To: <6843c6f3-37a6-46f5-b724-ff8974c73f40@q3g2000yqi.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=115.134.200.41; posting-account=coq9PAkAAAB2Xx46RZLFJw5dY9DVXW4- NNTP-Posting-Host: 115.134.200.41 References: <6843c6f3-37a6-46f5-b724-ff8974c73f40@q3g2000yqi.googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: RESTful web API using AWS? From: Adrian Hoe Injection-Date: Thu, 11 Oct 2012 15:17:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-11T08:17:59-07:00 List-Id: On Wednesday, August 17, 2011 7:51:18 PM UTC+8, p34cekeeper wrote: > I'm currently tasked with developing a RESTful web API as a font-end > for what amounts to a bunch of bog-standard RDB operations. I'm > currently using PHP, which, as it stands is making me feel ill. > > While investigating other (more orthogonal) technology choices > (erlang, Scala, etc.), I happened to come across Ada Web Server. I > suppose my question is: is AWS up to the job? Has anyone here done > this before? > > It seems to me like AWS' dispatcher mechanisms are ideal for this > purpose, because they don't make assumptions about what you want to do > with the incoming HTTP request (I'm tired of frameworks that force you > into a ham-fisted, code generating MVC implementation). > > Any input from experienced Ada engineers would be greatly appreciated. Yes, I'm developing both web application servers and RESTful web API servers using AWS. Codes written in Ada are more maintainable than anything else especially when your apps are big. I strongly recommend. Cheers. -- Adrian Hoe