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,fe18532892e54b83 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail From: "Adrian Hoe" Newsgroups: comp.lang.ada Subject: Re: programming a web with ADA Date: 17 Oct 2006 23:21:17 -0700 Organization: http://groups.google.com Message-ID: <1161152477.705010.68740@h48g2000cwc.googlegroups.com> References: <1161104378.743103.235820@i42g2000cwa.googlegroups.com> <87k62y68kf.fsf@ludovic-brenta.org> NNTP-Posting-Host: 60.53.30.170 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1161152482 4143 127.0.0.1 (18 Oct 2006 06:21:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 18 Oct 2006 06:21:22 +0000 (UTC) In-Reply-To: <87k62y68kf.fsf@ludovic-brenta.org> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=60.53.30.170; posting-account=LKUaWwwAAABzCo8SD2jIIt5LtkPzH8ot Xref: g2news2.google.com comp.lang.ada:7023 Date: 2006-10-17T23:21:17-07:00 List-Id: On Oct 18, 3:33 am, Ludovic Brenta wrote: > Yes, as a very simple approach, there's AdaCGI which allows you to > write Common Gateway Interface programs which the web server calls to > service requests. That's probably the most light-weight approach, but > also the least scalable. Yes. We are using AdaCGI to develop web applications. The web applications we are developing now are Membership Management and Appointment Management for a sport organization and medical clinics respectively. We use MySQL as the backend database. See http://adrianhoe.com/ > Ogalve, I think you should try to explain better what you mean by > "make a Web". It is most likely he meant "making a web page".