←
^
→
Java Servlets
Model View Controller
Use the
MVC
pattern by:
Servlet receives request and performs logic (controller)
it then stores all results in a bean (model) and calls a
JSP page which contains the HTML to be sent back (view).
José M. Vidal
.
80 of 89