Multiple choice technology architecture

Which among the following design pattern is implemented in PS Framework?

  1. MVC

  2. MVC 1

  3. MVC 2

  4. MVC 1.2

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The PS Framework implements MVC 2 architecture with a centralized controller (Action Servlet) managing requests, JSPs as views, and business services as models. MVC 2 improves on MVC 1 by providing cleaner separation of concerns and better request handling.