Difference between MVC1 and MVC2

What is the main difference between mvc1 and mvc2 and where we can predict the exact difference between them in the use of the project(architecture)

Questions by sudheert

Showing Answers 1 - 3 of 3 Answers

Hai the flow will be like this in mvc1:
1)
browser--jsp--bean--db--:--bean--jsp--browser

mvc2:
browser--servlet--jsp--bean--db--:--bean--jsp--servlet--browser

2)mvc1 can't seggregate presentation tier and business logic.
   but mvc2 can do it.
3)no controller in mvc1
4)mvc1:gives compleity for large applications.
5)mvc1 supports page centric property.

hope this is sufficient.we can have some more later.

thanks

hema chandra reddy.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions