Home »
Imported messages »
comp.lang.php »
Benefits of the 3-Tier Architecture
Benefits of the 3-Tier Architecture [message #179630] |
Thu, 15 November 2012 07:20 |
Tony Marston
Messages: 57 Registered: November 2010
Karma: 0
|
Member |
|
|
By splitting an application's code into 3 layers - Presentation, Business
and Data Access - the 3-Tier Architecture provides much more than the rarely
used ability to switch from one DBMS to another. It also provides the
ability to share the same Business layer with multiple Presentation layers
at the same time, such as with a back-end Administrative application and one
or more front-end websites. This effectively means that you can develop your
back end administrative application first, then develop each website as a
thin client, thus making maximum use of reusable components. The article at
http://www.tonymarston.net/php-mysql/3-tier-architecture.html describes how
an application can be split into different tiers or layers, and the benefits
which can be made from making such a split.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
Goto Forum:
Current Time: Tue Dec 03 17:48:53 GMT 2024
Total time taken to generate the page: 0.03556 seconds