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=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.ams.giganews.com!nntp.giganews.com!news.mixmin.net!gandalf.srv.welterde.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: JK Newsgroups: comp.lang.ada Subject: Re: Ada for Web.. Date: Thu, 09 Jan 2014 12:35:38 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <12cb50b2-02ff-4011-bd6e-0690937be89e@googlegroups.com> NNTP-Posting-Host: wsip-70-184-216-59.om.om.cox.net Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: loke.gir.dk 1389292539 428 70.184.216.59 (9 Jan 2014 18:35:39 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 9 Jan 2014 18:35:39 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Thunderbird/27.0 In-Reply-To: <12cb50b2-02ff-4011-bd6e-0690937be89e@googlegroups.com> Xref: number.nntp.dca.giganews.com comp.lang.ada:184387 Date: 2014-01-09T12:35:38-06:00 List-Id: On 01/09/2014 03:33 AM, Arif Hussain wrote:> Dear All, > Can anyone tell me about the resources where I can learn how to use Ada for web development, something like Authentication, database connectivity, image manipulation, sessions etc. > Hello, AWS is the standard tool, though Embedded Web Server is available. I don't think either provides an authentication system, but Jacob Sparre has written, at least, an OAuth module for AWS. AWS handles session. For a product I work on that uses AWS heavily, the authentication system is our own code. There is a wealth of database options: KOW Framework, Coreland's Postgres-Ada, GNADE and a thousand others. I suggest searching CLA for other threads of the same topic; it has definitely been asked before. Regards