Results 1 to 3 of 3

Thread: 3 Tiers Devlopment?!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Posts
    23

    3 Tiers Devlopment?!

    I'm trying to rewrite my app using the 3 Tiers architecture..

    and my friend and I are argumenting about the following fact:

    one of us say:

    GUI -> Business -> Data


    and the other says:

    GUI -> Data -> Business

    Which one is the correct way of designing 3 tiers architecture?


    And would it be correct to say in both case that it is more likely to have the same class (let's say a user class) for both Biz and Data layer.. and Biz will validate properties/input before data puts it in a DB ?


    Thanks

  2. #2
    Member
    Join Date
    May 2001
    Location
    india
    Posts
    42
    In the Three Tier Arch.
    Presentation Part will be at the top most Level of the Data Accessing. This level usually handle user interface and give input to the Business Level and take data from the Business Level.

    Business Part will be at the middle of the Three Tier Arch.. It usually hold business rules related to that application. It take input from the Presentation Level validate it and then pass it to the Data Level. It some input have invalid inputs then it pass error to the presentation level.


    Data Part will be the lowest most part of the Three Tier Arch. It usually handle data saving and retriving data from the database.


    So the Correct Sequence of the three tier arch. is

    GUI >> Business >> Data


    Cheers,

    Firoz

  3. #3
    Member
    Join Date
    May 2001
    Location
    india
    Posts
    42
    In the Three Tier Arch.
    Presentation Part is the top most Level of the three tier arch. This level usually handle user interface and give input to the Business Level and take data from the Business Level.

    Business Part is the middle part of the Three Tier Arch.. It usually hold business rules related to that application. It take input from the Presentation Level validate it and then pass it to the Data Level. It some input have invalid inputs then it pass error to the presentation level.

    Data Part will be the lowest most part of the Three Tier Arch. It usually handle data saving and retriving data from the database.


    So the correct sequence of the three tier arch. is

    GUI >> Business >> Data


    Cheers,

    Firoz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width