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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,77a63690022306d1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-01 04:18:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!btnet-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "tony gair" Newsgroups: comp.lang.ada Subject: Re: NetBeans and ADA? Date: Fri, 1 Mar 2002 12:17:11 +0000 (UTC) Organization: BT Openworld Message-ID: References: <_Tkf8.2894$lX4.1282107@typhoon.tampabay.rr.com> <3C7F6B89.65039690@ib-paus.com> NNTP-Posting-Host: host217-34-66-108.in-addr.btopenworld.com X-Trace: knossos.btinternet.com 1014985031 4781 217.34.66.108 (1 Mar 2002 12:17:11 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Fri, 1 Mar 2002 12:17:11 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:20640 Date: 2002-03-01T12:17:11+00:00 List-Id: "Dr. Michael Paus" wrote in message news:3C7F6B89.65039690@ib-paus.com... > tony gair wrote: > > > > I currently have a pre Alpha Ada client server application using Samuel > > Tardieu's Sockets application, > > The client interface is currently using Gtkada and adasockets to 'talk' to > > the user. > > I don't know what this has to do with "NetBeans and ADA". > > > For a number of reasons I am finding this a little unsatisfactory and once I > > have 'completed this application, I'm hoping to replace the client using a > > java applet and the relatively newly released package JAWS.sockets, using > > the following technique, > > What is JAWS.sockets? > > Michael I had thought out the above approach for my own needs, as I am not particularly happy about the idea of running java on the server. This is a possible alternative using Ada serverside and Java client side... ( java on the server :- are Sun trying to sell us lots of high power servers for low power jobs!) JAWS sockets was a package released by Marc Criley quite recently and I quote # I have a package, JAWS.Sockets, that is an analog of Samuel Tardieu's AdaSockets package. It is designed for compilation by JGNAT and interacts with the JDK's networking/socket classes--and works just fine! :-) #