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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c38882ad34ee291,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-23 08:57:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!west.cox.net!cox.net!p01!news1.central.cox.net.POSTED!53ab2750!not-for-mail From: "John Resler" Newsgroups: comp.lang.ada Subject: Design Considerations for Cross Platform development X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Sat, 23 Nov 2002 16:56:49 GMT NNTP-Posting-Host: 68.102.241.220 X-Complaints-To: abuse@cox.net X-Trace: news1.central.cox.net 1038070609 68.102.241.220 (Sat, 23 Nov 2002 11:56:49 EST) NNTP-Posting-Date: Sat, 23 Nov 2002 11:56:49 EST Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:31180 Date: 2002-11-23T16:56:49+00:00 List-Id: Hello all, Looking for opinions here. I am developing an ASIS application with a C++ front end. Ada only Bigots need not respond. :) The reason for C++ is the very nice GUI builder. Question is... COM vs. client/server design. Any recommendations for an application thats logical functionality (ASIS Querys) is entirely separated from the User Interface?