Difference between revisions of "Web Application Architectures"
From Suhrid.net Wiki
Jump to navigationJump to search (Created page with "= Design Patterns =") |
|||
Line 1: | Line 1: | ||
= Design Patterns = | = Design Patterns = | ||
+ | |||
+ | == Client - Server Model == | ||
+ | |||
+ | * n-tier Architecture : Each tier provides a specific functionality and interacts with adjacent tiers through well defined interfaces. | ||
+ | * Early web-apps were 2-tier client architectures. Server served mainly static web pages. |
Revision as of 05:51, 14 August 2014
Design Patterns
Client - Server Model
- n-tier Architecture : Each tier provides a specific functionality and interacts with adjacent tiers through well defined interfaces.
- Early web-apps were 2-tier client architectures. Server served mainly static web pages.