Answered Questions

  • What is Difference between Mvc1 architecture and Mvc2 Architecture?

    narendrakumar

    • Oct 4th, 2012

    For small scale projects use MVC1 for large scale projects use MVC2 Because In MVC1 both view and controller implemented in servlets In MVC2 view implemented in JSP and controller impl...

    Zahid Nasim

    • Jul 20th, 2011

    Raja Shekhar is given a good difference between MVC1 and MVCII.

    See In short,

    MVC1 (Model 1) = JSP as "V" and "C", JavaBean as "M"
    MVC2 (Model 2) = Servlet as "C", JSP as "V", JavaBean as "M"