A teenage fashion web site, includes a set of pages for displaying and browsing their catalog, as
well as pages for making fashion suggestions that also display tables of catalog entries.
Currently, the JSP code uses scriptlets that perform database SELECT statements and format the
results in HTML tables. You have been hired to help reduce the maintenance overhead when
either the look is modified or the database schema changes. Which two patterns, used together,
do you apply to reduce this maintenance overhead? (Choose two.)
A.
View Helper
B.
Front Controller
C.
Composite View
D.
Data Access Object