|
-
Nov 12th, 2001, 09:57 PM
#1
Thread Starter
Junior Member
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
-
Nov 12th, 2001, 10:20 PM
#2
Member
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
-
Nov 12th, 2001, 10:22 PM
#3
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|