| Author |
Is there any performance improvement in MVC2 when compared with MVC1 ?
|
M K Rayapudi
Ranch Hand
Joined: Feb 19, 2007
Posts: 157
|
|
In my opinion there will be no performance improvement.
Only difference is:
In MVC-1: JSPs are used for View and Controller components,
In MVC-2: JSPs are used for View, Servlets are used for Controller
I want your suggestions please
thank you.
|
R6i
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
|
MVC architecture aren't meant for the performance, but its for the separation of concerns, for ease of maintenance and eventually when you wrote a clean code its automatically improve the performance.
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
Samanthi perera
Ranch Hand
Joined: Jan 08, 2010
Posts: 510
|
|
|
anyway is there any differences between 3 tier architecture and MVC architecture?
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
In short, n-tire architecture is physical and each tire is separated from each other and its liner, whereas MVC is conceptual and separate the concerns for the web app and its triangular.
|
 |
 |
|
|
subject: Is there any performance improvement in MVC2 when compared with MVC1 ?
|
|
|