Question 119 / 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 is the role of Model in your application do according to the MVC model guidelines ?