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.8 required=5.0 tests=BAYES_00,INVALID_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38d1fe109cd56c87 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: GNAT, LINUX, KDE Date: 1999/11/23 Message-ID: <81fcr1$29iq$1@news.gate.net>#1/1 X-Deja-AN: 552305339 References: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 943404705 75354 199.227.189.252 (24 Nov 1999 00:51:45 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 24 Nov 1999 00:51:45 GMT Newsgroups: comp.lang.ada Date: 1999-11-24T00:51:45+00:00 List-Id: I agree very much with you. What is needed is a simple HTTP server written in Ada so we don't ended up married to Explorer. So far the only workable solutions along these lines (an app on the desktop producing dynamic browser contents from Ada) with out an HTTP server I have been able to produce uses COM bindings to MS Internet Explorer. A while back Robert Leif sent me a message about trying to do this sort of thing with Ada (Sorry RL, I didn't produce an answer yet), but it seems the only reasonable non-Microsoft way is to embed a very simple HTTP server in the Ada code. It would also be possible to set up connections between JavaScript and Ada using either AdaApplettes or TCP/CORBA/COM connections to Ada code from a Java proxy to the JavaScript. David Botton PS. I wish I had the time to throw together a little http server (it isn't that much work) for Ada, but I am swamped right now including working to get out a more robust and concrete release of COM tools for Ada. If anyone takes up this project let us know! >Idea here is to use JAVASCRIPT within XML documents to create >User Interface and exchange information between user form and Ada >application. >I think this approach is very good as along term strategy.