How we can campare MVC with 3 tier architecture.
How we can campare MVC with 3 tier architecture. ? Please provide example.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raj KumarPosted May 28, 2013, 11:57 PM
Anna HarrisPosted May 29, 2013, 8:45 AM
Jignesh TrivediPosted May 28, 2013, 10:59 PM
hi,
As Per me, In any large application MVC is just used as presentation layer. Model view and controllerare only concerned with the presentation.
MVC can also be used as 3-tire architecture where view is used as Presentation layer, controllers are used as Business Layer and Model are become Data Access Layer.
In the 3-tier architecture, communication between tiers is bi-directional. In the MVC the communication is in unidirectional.
MVC is a design pattern itself that can be used in presentation tier.
hope this will help you.