English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Usually in 3-tier, 1st tier ll stand on client side and 3rd tier wlil be db or in n-tier for writing business logic,we say one of the tier is used for writing this. Acutually, It serves us as middle-ware component but where it ll be actually located?

2006-09-27 06:28:43 · 2 answers · asked by Sudha P 2 in Computers & Internet Software

2 answers

So far as I understand the 3 tiers are

Web server(Say Apache/IIS)
Application server(Say Tomcat/Weblogic).
Database server(Say MySql/Oracle).

Am I correct?

I also have seen Tuxedo middle tier to be used with oracle.

2006-09-27 09:59:04 · answer #1 · answered by binaryFusion 5 · 0 0

No, the 2nd tier is where the business logic is. Usually you haev something call App Servers (like WebLogic, etc). The 3rd tier is where the datastore/database is. Middleware is not considered part of the 3tier architecture. It's more like a broker that goes in between different applications.

2006-09-27 06:38:55 · answer #2 · answered by mom_of_ndm 5 · 1 0

fedest.com, questions and answers