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.3 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,303eaa2809e8de24 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-02 12:17:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!freenix!enst.fr!not-for-mail From: Michal Nowak Newsgroups: comp.lang.ada Subject: Re: Ada Technogies suitable for the following Date: Wed, 02 Oct 2002 21:24:08 +0200 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <7kqm9.2667$vk5.27376@newsfep3-gui.server.ntli.net> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: avanie.enst.fr 1033586222 58074 137.194.161.2 (2 Oct 2002 19:17:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 2 Oct 2002 19:17:02 +0000 (UTC) Return-Path: In-reply-to: <7kqm9.2667$vk5.27376@newsfep3-gui.server.ntli.net> X-Mailer: Calypso Version 3.30.00.00 (3) Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: vinnie@inetia.pl List-Unsubscribe: , List-Id: comp.lang.ada mail<->news gateway List-Post: List-Help: List-Subscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:29471 Date: 2002-10-02T21:24:08+02:00 On 2002-10-02 at 00:35 chris.danx wrote: >What technologies could be used for this? Obviously there is XML/Ada >for the XML element, but what else? AWS looks like a good bet for the >communication between client and server, although I'm not sure of it's >overall suitability (never done any network programming before and just >downloaded it, so am ignorant of it's capabilities). You may also consider using GLADE (this from distributed systems annex) for network communication. However I haven't used AWS yet, so I can't how it relates to GLADE. Mike