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,f1deba01a6ea4216 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: RESTful web API using AWS? Followup-To: comp.lang.ada Date: Wed, 17 Aug 2011 18:01:02 +0200 Organization: A noiseless patient Spider Message-ID: References: <6843c6f3-37a6-46f5-b724-ff8974c73f40@q3g2000yqi.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Wed, 17 Aug 2011 16:01:08 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="M7rP6jhm1IVgvmYaXQFuIA"; logging-data="29208"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18VdKx9Ox+rJj3laUCiWO4J" User-Agent: KNode/4.4.10 Cancel-Lock: sha1:UrfX1mEooLnGGWdJc9soEugp3OM= Xref: g2news1.google.com comp.lang.ada:20669 Date: 2011-08-17T18:01:02+02:00 List-Id: 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? Just to add another success history for your peace of mind. I've not done web APIs with AWS, but two interfaces to quite different programs (one p2p, other mobile robotics), and AWS is of outstanding quality. Particularly if you like Ada, it's a no-brainer choice. Alex. > 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.