Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Single tier is still the most
Message
From
03/05/2001 13:12:57
 
 
To
03/05/2001 13:05:09
David Brunelle
Université de Sherbrooke
Sherbrooke, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00502430
Message ID:
00503139
Views:
31
David,

>Say... What is actually the meaning of a "single-tier" application? I'm still not familiar with the programmer "culture" =)

Typical "monolithic" old-style Fox app is usually an example of single-tier. The data access, validation of input, process logic, and display of user interface are all intertwined inextricably to each other.

In multiple-tier design, the user interface is separated from the business logic and from the data access, all of which are handled by separate pieces of code or classes.

Those separate "tiers" can be combined all in one physical EXE and still be considered "logical n-Tier", but often are built into COM objects to produce "physical n-tier" or "distributed" applications.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Reply
Map
View

Click here to load this message in the networking platform