Multiple choice technology architecture

In which component business services are invoked?

  1. Action Servlet

  2. Action Controller

  3. JSP

  4. PS.xml

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

The Action Controller is where business services are invoked in the PS Framework's MVC architecture. Action Servlet handles request routing, JSP manages presentation, and PS.xml contains configuration - only the Controller orchestrates business logic.