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,FREEMAIL_FROM, 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: "Vladimir Olensky" Subject: Re: GNAT, LINUX, KDE Date: 1999/11/23 Message-ID: #1/1 X-Deja-AN: 552110283 References: Organization: Posted via Supernews, http://www.supernews.com X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 1999-11-23T00:00:00+00:00 List-Id: Preben Randhol wrote in message ... >"Robert C. Leif, Ph.D." writes: > >| Robert Dewar is probably correct for the short term concerning GtkAda. >| However, for the long term, please visit www.w3.org. XML does math, has >| vectors, data types, forms, etc and is programming language and operating >| system independent. I believe that XML and the Web is where the software >| action will be. > >I'm cannot say that I see the relevance to XML here? The question was >about a grafical toolkit not markup language. 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. Moreover, this approach is the universal approach to interact with embedded applications. Now many comm. hardware manufactures use embedded HTPP server to provide remote control over hardware from any network machine equipped with the browser which works as a user GUI embedded into HTML document (e.g. Cisco products family). I should say that this is extremely convenient (I am using that to work with equipment). More recent example is Erlang OTP that was mentioned recently in one of the threads. Among several standard modules that provide user interface (including Java, Tck/Tl ) it contain Internet Services Application (INETS) module that is used to provide discussed above functionality. Regards, Vladimir Olensky