Re: Using D7 and D8 together
From: Alan Questell (alanq_at_pinehurst.net)
Date: 04/28/04
- Next message: Herbert Sitz: "Re: Using D7 and D8 together"
- Previous message: Marc Rohloff: "Re: Compact vs. Regular .NET"
- In reply to: Lauchlan M: "Re: Using D7 and D8 together"
- Next in thread: Lauchlan M: "Re: Using D7 and D8 together"
- Reply: Lauchlan M: "Re: Using D7 and D8 together"
- Reply: mamcx: "Re: Using D7 and D8 together"
- Reply: Mark Van Ditta: "Re: Using D7 and D8 together"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Apr 2004 12:06:31 -0400
C/S probably. I find n-tier architecture to be over-hyped, except in some
specific applications. The idea that you can update business logic and
objects on the middle tier without having to update the client is a fine
principle, but it hardly ever works out that way in real life. Connection
pooling is useful for the middle tier (in database applications), but the
principle of the disconnected dataset in .Net negates that for the most
part. For the smaller size stuff I build, it doesn't really add anything, or
so I've found. If logic and objects are going to be used across a range of
applications, that would be a different story.
Or so it seems to me.
"Lauchlan M" <LMackinnon@NOSPAMHotmail.com> wrote in message
news:408fcb20$1@newsgroups.borland.com...
> > I think the point of using .Net is taking advantage of ASP.Net. IMO it
> > simply beats anything Delphi itself has ever delivered for creating
> > applications on the web unless you use something like IntraBuilder with
> it.
> > (Now that I think about it, I shouldn't say "something like
IntraBuilder"
> > but just "IntraBuilder." There's only one other thing like it, and I
don't
> > think it's really close.)
>
> Alright, use asp.net for the web interface.
>
> What kind of app/architecture is it? C/S? n-tier? I take it it's not
> standalone . . .
>
> What you can do straight away if it's a C/S or n-tier application is have
> your asp.net website and your win32 server driven by the same database.
That
> hybrid architecture is no problem. Your web page gets and edits data, your
> win32 clients get and edit data, the system churns along.
>
> It gets more tricky if you want the web application to be driven by the
> middle tier of an n-tier application instead of getting its data directly
> from the database (effectively as a client to the database server). In
this
> case I think it would mean you would want a .net server as well. I'd start
> thinking about making it all n-tier or all win32 if you want to go to that
> kind of architecture.
>
> Just some thoughts.
>
> HTH
>
> Lauchlan M
>
>
- Next message: Herbert Sitz: "Re: Using D7 and D8 together"
- Previous message: Marc Rohloff: "Re: Compact vs. Regular .NET"
- In reply to: Lauchlan M: "Re: Using D7 and D8 together"
- Next in thread: Lauchlan M: "Re: Using D7 and D8 together"
- Reply: Lauchlan M: "Re: Using D7 and D8 together"
- Reply: mamcx: "Re: Using D7 and D8 together"
- Reply: Mark Van Ditta: "Re: Using D7 and D8 together"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|