what is the difference between MVC1 and MVC2
Posted
by
Alaa
on Stack Overflow
See other posts from Stack Overflow
or by Alaa
Published on 2011-01-03T23:59:07Z
Indexed on
2011/01/04
17:53 UTC
Read the original article
Hit count: 133
I am using MVC design pattern in jsp-servlet web application, and want to what is the exact difference between MVC1 and MVC2 , can someone help?
EDIT newly I hear that there is 2 versions of using MVC in servlet programming, I hear that in MVC1 there is kind of coupling between controller and view , but in MVC2 they overtake it, if someone know whether this is right or wrong I'll be very thankful.
© Stack Overflow or respective owner