Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NTier
Message
 
 
To
05/06/2001 08:55:55
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Re: NTier
Miscellaneous
Thread ID:
00515045
Message ID:
00515068
Views:
13
>What is N Tier?

N-tier is when you break an application into layer called tiers. Each tier has a different responsibility.
UI tier - forms and other visible components
Business tier - business logic. Example: Invoices be for at least $40
Data tier - responsible for adding, deleting, saving data to the data store

The UI tier talks to the business tier, the business tier talks to the UI and data tier. The data tier only talks to the business tier.

http://fox.wikis.com/wc.dll?Wiki~IntroToNTierDevelopment~VFP
http://fox.wikis.com/wc.dll?Wiki~N-TierApplications~softwareEng
http://fox.wikis.com/wc.dll?Wiki~NTierHistorySlideShow~softwareEng
http://www.jamesbooth.com/n-tier.htm
Previous
Reply
Map
View

Click here to load this message in the networking platform