Card 121 / 125: 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 ?
A)
render a beans collection as an HTML table
B)
dispatch the incoming user web request to a certain page based on user's credentials
C)
query the databank
D)
represent the application data as java beans
Answer:
D) represent the application data as java beans
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |