Question 118 / 121:
You are architecting a web application using the famous MVC design pattern to be inline with the separation of concerns principle.
Your model is pure java beans, controller is implemented with Servlets technology, and the View is realized as JSP pages.
What shouldn't a Servlet class in your application do according to the MVC model guidelines ?