comp.lang.ada
 help / color / mirror / Atom feed
* Design Considerations for Cross Platform development
@ 2002-11-23 16:56 John Resler
  2002-11-24 19:57 ` Robert C. Leif
  2002-11-25 20:35 ` Stephen Leake
  0 siblings, 2 replies; 3+ messages in thread
From: John Resler @ 2002-11-23 16:56 UTC (permalink / raw)


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?





^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Design Considerations for Cross Platform development
  2002-11-23 16:56 Design Considerations for Cross Platform development John Resler
@ 2002-11-24 19:57 ` Robert C. Leif
  2002-11-25 20:35 ` Stephen Leake
  1 sibling, 0 replies; 3+ messages in thread
From: Robert C. Leif @ 2002-11-24 19:57 UTC (permalink / raw)


You might try a Microsoft .net approach; and make use, as much as
possible, of XML. XForms has now been added to Internet Explorer by the
availability of FormsPlayer http://www.formsplayer.com/
Bob Leif

-----Original Message-----
From: comp.lang.ada-admin@ada.eu.org
[mailto:comp.lang.ada-admin@ada.eu.org] On Behalf Of John Resler
Sent: Saturday, November 23, 2002 8:57 AM
To: comp.lang.ada@ada.eu.org
Subject: Design Considerations for Cross Platform development

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?






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Design Considerations for Cross Platform development
  2002-11-23 16:56 Design Considerations for Cross Platform development John Resler
  2002-11-24 19:57 ` Robert C. Leif
@ 2002-11-25 20:35 ` Stephen Leake
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Leake @ 2002-11-25 20:35 UTC (permalink / raw)


"John Resler" <John-Resler@cox.net> writes:

> 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. 

Hmm. In my understanding, COM _is_ client/server. So you'll have to be
more specific.

Perhaps you meant COM vs sockets?

> Any recommendations for an application thats logical functionality
> (ASIS Querys) is entirely separated from the User Interface?

Usually a good idea. There are no general solutions. You have to
decide exactly where to split the whole project, and carefully define
what data is passed between them.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-25 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-23 16:56 Design Considerations for Cross Platform development John Resler
2002-11-24 19:57 ` Robert C. Leif
2002-11-25 20:35 ` Stephen Leake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox