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,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,517611567e1815f2 X-Google-Attributes: gid103376,public From: jmarten@ibm.net (Jean-Marten Marchi) Subject: Re: Java momentum slowing ? Date: 1999/05/11 Message-ID: <37373b0e.1902065@news2.ibm.net>#1/1 X-Deja-AN: 476515198 Content-Transfer-Encoding: 7bit References: <372b0ec7.28153993@news2.ibm.net> <3728E60E.F789FD8@uq.net.au> <37299369.83779478@news2.ibm.net> <7gdlca$2j5l@drn.newsguy.com> <372f0ed9.104817048@news2.ibm.net> <7ghad5$1mma@drn.newsguy.com> <372d6106.5099983@news2.ibm.net> <7gsk7k$5fr@dfw-ixnews5.ix.netcom.com> <37333a43.181207462@news.mindspring.com> <7h399g$4nb@drn.newsguy.com> X-Trace: 11 May 1999 09:20:37 GMT, 139.92.73.7 Organization: IBM Global Services - Remote Access Mail & News Services X-Notice: should be reported to postmaster@ibm.net Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada X-Complaints-To: postmaster@ibm.net Date: 1999-05-11T00:00:00+00:00 List-Id: On Sun, 09 May 1999 18:32:12 GMT, pmartin@mail.earthlink.net (Pascal F. Martin) wrote: >BTW, Ada is very poor when it comes to user interfaces tools: I disagree ; Ada95 has solved problems that Ada83 had with GUIs, particularly with the fact that your application is called by the system and not the contrary as it is the case with system programming. As far as you have the binding you can do what you want. I have even built a very thin binding for OS/2 PM ! >either you redo it yourself (hardware dependencies ?) or you use >bindings for a specific OS (or OS family). Most often, GUIs are tied to an OS, but nothing prevents a GUI to run on multiple OS's. In this case what you need is a binding to a GUI. > At least Java is trying to solve this issue. Happily, Ada doesn't try to solve any issue around GUI, nor file system or communication protocols. 1) it gives you choice, 2) the best GUI is not invented yet, Ada95 designers concentrated on computer language issues and they did well. Other issues like concurrency or distributed computing have been put in annexes. For what i know, it was not the designers goal to build a Corba or anything like that.