Which one is page centeric architecture?
-
MVC1
-
MVC2
-
MVC
-
MVC1 & MVC2
A
Correct answer
Explanation
MVC1 is page-centric because JSP pages handle both presentation and control logic. In MVC1, the JSP directly processes requests, contains business logic or makes calls to helper objects, and generates the HTML response. This combines view and controller responsibilities in a single component, making it page-centric by design.