Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NTier
Message
 
À
05/06/2001 08:55:55
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Re: NTier
Divers
Thread ID:
00515045
Message ID:
00515068
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform