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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e429176c9adb07b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-18 10:23:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: Lionel.DRAGHI@fr.thalesgroup.com Newsgroups: comp.lang.ada Subject: RE: Re; [OT] Best way to isolate a GUI? Date: Tue, 18 Feb 2003 19:24:19 +0100 Organization: ENST, France Message-ID: Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: avanie.enst.fr 1045592635 4242 137.194.161.2 (18 Feb 2003 18:23:55 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 18 Feb 2003 18:23:55 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Mailer: Internet Mail Service (5.5.2653.19) X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:34209 Date: 2003-02-18T19:24:19+01:00 | -----Message d'origine----- | De: 402450@cepsz.unizar.es [mailto:402450@cepsz.unizar.es] .. | Whereas you have a point, I had thought of that. The point of | separating AWS from the main program is that | | 1) It really doesn't perform core functionality | 2) I need not to develop a definite implementation of the GUI, web | oriented. That's true, my point is not right. Only the display engine is outside, but the GUI definition is still there... | I have seen the SOAP module in AWS and I like that approach. Is nearly | equal to my first idea, only that it's standardized. It leaves open | any languaje for the GUI and it's completely isolated. Mmm, anyone | using SOAP for similar purposes? I'am not a Distributed System Annex specialist, but the DSA seems to provide a more straightforward way to reach your goal, because there is no need to define a new protocol on top of SOAP or whatever. You just need to define an Ada interface between the GUI and the core, and categorize it the right way (RCI?). It suppose it should then be easy to build separate partition for the core and for the GUI (or a single exe if needed), and to get the core partition able to run independently. Lionel.