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,e429176c9adb07b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-16 06:47:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!router2.news.adelphia.net!news2.news.adelphia.net.POSTED!not-for-mail From: Ed Falis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: [OT] Best way to isolate a GUI? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <7wN3a.16809$0L3.5968640@news2.news.adelphia.net> Date: Sun, 16 Feb 2003 14:47:31 GMT NNTP-Posting-Host: 24.49.152.249 X-Complaints-To: abuse@adelphia.net X-Trace: news2.news.adelphia.net 1045406851 24.49.152.249 (Sun, 16 Feb 2003 09:47:31 EST) NNTP-Posting-Date: Sun, 16 Feb 2003 09:47:31 EST Xref: archiver1.google.com comp.lang.ada:34153 Date: 2003-02-16T14:47:31+00:00 List-Id: I'd take a look at a book like "Pattern Oriented Software Architecture" by Busch et al where the issue of GUI separation is treated abstractly and the various tradeoffs are considered, before jumping to a possible solution implementation. - Ed