Could anyone tell me what the difference is between a 3- tier architecture and a 2 - tier architecture, client/server, J2EE, etc. and what applications each one could be used for?
Differences in Architectures
Collapse
X
-
That's a lot of terms you put in there. You probably want to read some texts to get what these things are and what they are used for. It is not possible to explain all that in one post.Originally posted by angel2k3Could anyone tell me what the difference is between a 3- tier architecture and a 2 - tier architecture, client/server, J2EE, etc. and what applications each one could be used for? -
In 2 tierOriginally posted by angel2k3Could anyone tell me what the difference is between a 3- tier architecture and a 2 - tier architecture, client/server, J2EE, etc. and what applications each one could be used for?
Application layer is the 1st tier and
Business Logic and Database layer will be the second layer
But
In 3 tier
Application layer is the 1st tier
Business Logic is the 2nd tier and
Database layer will be the3 rd tierComment
Comment