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: a07f3367d7,68eedf060ef79d7d,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!d5g2000yqm.googlegroups.com!not-for-mail From: Tomek Walkuski Newsgroups: comp.lang.ada Subject: Ada and Ruby (on Rails) Date: Sun, 8 Nov 2009 02:41:01 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 83.5.132.98 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1257676861 23681 127.0.0.1 (8 Nov 2009 10:41:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 8 Nov 2009 10:41:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d5g2000yqm.googlegroups.com; posting-host=83.5.132.98; posting-account=Ar5oKAoAAAD4cyp5eTv5CtR88dGtUxxC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.1.4) Gecko/20091027 Fedora/3.5.4-1.fc11 Firefox/3.5.4,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:9031 Date: 2009-11-08T02:41:01-08:00 List-Id: Hi, I have an Ada application, which acts as some kind of shell (in client - server mode, client and server are talking via sockets): you can write messages to the server and get responses. I want to build web interface for this. Do you have any hints how to link my Ada server application (or client side) with web Ruby on Rails application (or any web application in any technology)? Of course web application should have AJAX based interface.