Differences in Architectures

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • angel2k3
    New Member
    • Mar 2007
    • 1

    Differences in Architectures

    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?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by angel2k3
    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?
    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.

    Comment

    • narayan2609
      New Member
      • Mar 2007
      • 4

      #3
      Originally posted by angel2k3
      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?
      In 2 tier
      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 tier

      Comment

      Working...