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.5 required=5.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4de5a718f57836ff,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!j44g2000hsj.googlegroups.com!not-for-mail From: levi@student.dei.uc.pt Newsgroups: comp.lang.ada Subject: What combination? Date: Thu, 22 Nov 2007 09:38:52 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 212.13.37.17 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1195753132 24753 127.0.0.1 (22 Nov 2007 17:38:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 22 Nov 2007 17:38:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j44g2000hsj.googlegroups.com; posting-host=212.13.37.17; posting-account=2bL0pwoAAABJuwosnGC9kgogKIlhvDgH User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 ebox.critical.pt:3128 (squid/2.5.STABLE13) Content-Disposition: inline Xref: g2news1.google.com comp.lang.ada:18568 Date: 2007-11-22T09:38:52-08:00 List-Id: Hi, i need to write a library in Ada95 and this library will be "controlled" by a webpage. What do you recommend for communication between the webpage and the Ada library? Thank you.