Card 96 / 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 shouldn't a JSP page in your application do according to the MVC model guidelines ?
A)
dispatch the incoming user web request to a certain page based on user's credentials
B)
render a beans collection as an HTML table
C)
look up an attribute from the request or session scope
D)
use JSTL tags (JavaServer Pages Standard Tag Library)
Answer:
A) dispatch the incoming user web request to a certain page based on user's credentials
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |