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,b0a593e9283435a7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.germany.com!feeder.news-service.com!news.astraweb.com!newsrouter-eu.astraweb.com!border2.nntp.ams.giganews.com!nntp.giganews.com!feeder2.news.saunalahti.fi!feeder1.news.saunalahti.fi!nntp.inet.fi!central1.inet.fi!inet.fi!read3.inet.fi.POSTED!53ab2750!not-for-mail Sender: AWI003@FIW9752 Newsgroups: comp.lang.ada Subject: Re: CGI in Ada? References: From: Anders Wirzenius Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 07 Mar 2007 11:29:40 GMT NNTP-Posting-Host: 194.251.142.2 X-Complaints-To: abuse@inet.fi X-Trace: read3.inet.fi 1173266980 194.251.142.2 (Wed, 07 Mar 2007 13:29:40 EET) NNTP-Posting-Date: Wed, 07 Mar 2007 13:29:40 EET Organization: Sonera corp Internet services Xref: g2news2.google.com comp.lang.ada:9747 Date: 2007-03-07T11:29:40+00:00 List-Id: Maciej Sobczak writes: > Hi, > > Did anyone realistically practised CGI in Ada? > > I know about AWS, but let's focus on "regular" web server (say, > Apache) with CGI in Ada serving dynamic content. > > If yes, are there any reasonable libraries for handling url > encoding/decoding, html entity escaping, form data retrieval, cookies, > etc.? > > Technically everything is possible, but I'm curious whether Ada has > been successfully used in this area. > > -- > Maciej Sobczak : http://www.msobczak.com/ > Programming : http://www.msobczak.com/prog/ I have used Adacgi for simple cgi'ing: form data retrieval. The pages are not available any more on internet :( -- Anders