This lecture covers the MVC design pattern for web applications in the context of a mini-project. This includes writing servlets to control and dispatch, models to model the data and the business rules, and JSP pages to author the view.
Map<String,Object>
places to hold data with three levels of scope: request, session, and application.javac
) and tested outside Tomcat.init
method is responsible for instantiating the model and storing it in the application scope.ELdemo.jspx
and JSTLdemo.jspx
in the Resource Directory.