Re: VCL.NET or ASP.NET tools
- From: "Lauchlan M" <LMackinnonAT_NoSpam_ozemailDOTcomDOTau>
- Date: Tue, 28 Feb 2006 12:58:43 +1100
sure he would still want to have that regardless* _porting_ to an asp.net-only web app. No more kbmmw. Or:
ok... but if he has requirement for an n-tier solution today, Im pretty
of if the executing machine is IL based or Intel based.
But just about any web application is already n-tier, in a sense. You have
an application server. You have a thin client (browser) with little if any
business logic on it. The business logic is centralised on the server. You
can partition the logic into tiers as required on the server.
What an n-tier solution like kbmmw provides that I think he *won't* need in
a web application is mechanisms for managing/resolving deltas of data,
because he can't embed a kbmmw client in a web browser (AFAIK, anyway). He
will be most likely transmittingdata through form variables, URL variables,
etc and receiving it as e.g. sent in grids or control values on an HTML
page.
anyIn a pure asp.net app, he wouldn't use kbmmw. Or at least, I can't see
reason why he would.
Several reasons:
- He want scalability towards backend.
You get that anyway. ASP.NET or Cold Fusion web apps, for example,
arrchitected correctly can happily have server farms and seperate database
farms.
- He dont want to be limited to a specific database API (ADO.Net in thestandard case).
He isn't anyway. The database is all on the server side. If you want to use
a different database, you just change it in the server.
- He want to have all the caching facilities he can get because his sitegets hundreds of thousands of hits per day
(guessing ;)).
He can happily do that in platforms such as ASP.NET or Cold Fusion.
- He want _other_ type clients to be able to access his data.
What do you mean? For a web app, the clients are browsers. Period. But if he
wants to make it available to other clients, he can just use web services.
And he can happily do this in ASP.NET or Cold Fusion.
ends'.I really didn't intend this as a 'kbmmw can't have asp.net web front
server or client sideOf course it can. I was just trying to help the guy figure out what he
wants, and to take the best action accordingly.
I understand. I am just explaining that kbmMW isnt 'limited' to Win32 only
ok . . .
and that ASP.Net do not
change any of the basic requirements of any largish scale setups.
I don't know what you mean by that. Adding an asp.net front-end doesn't
change any of the basic requirements?
Regards
Lauchlan Mackinnon
.
- Follow-Ups:
- Re: VCL.NET or ASP.NET tools
- From: C4D - Kim Madsen
- Re: VCL.NET or ASP.NET tools
- From: Lauchlan M
- Re: VCL.NET or ASP.NET tools
- References:
- VCL.NET or ASP.NET tools
- From: Benson Wong
- Re: VCL.NET or ASP.NET tools
- From: Lauchlan M
- Re: VCL.NET or ASP.NET tools
- From: Benson Wong
- Re: VCL.NET or ASP.NET tools
- From: Lauchlan M
- Re: VCL.NET or ASP.NET tools
- From: C4D - Kim Madsen
- Re: VCL.NET or ASP.NET tools
- From: Lauchlan M
- Re: VCL.NET or ASP.NET tools
- From: C4D - Kim Madsen
- VCL.NET or ASP.NET tools
- Prev by Date: Re: The best delphi wrapper for SQLite?
- Next by Date: Re: VCL.NET or ASP.NET tools
- Previous by thread: Re: VCL.NET or ASP.NET tools
- Next by thread: Re: VCL.NET or ASP.NET tools
- Index(es):
Relevant Pages
|