You must build a web application with simple form processing. The backing data model has
JavaBeans-styled accessor methods that handle textual data only. This application must be
maintained by non-programmers. What is the simplest architecture for this web application?
A.
JavaServer Faces (JSF) only
B.
JavaServer Pages (JSP) with scriptlets
C.
JavaServer Pages with a servlet controller
D.
JavaServer Pages with JSP standard tags
E.
JavaServer Pages with the Expression Language