Unit 3 Overview
By the end of this unit you will be able to:
- Create and understand the benefits of JSPs.
- Invoke Java code with JSP scripting elements.
- Understand the directory structure of a Java Web app.
- Use the HttpServletRequest object to store and retrieve data.
- Write Expression Language (EL) to access variables in a JSP.
- Forwarding and Redirecting from a servlet.
- Understand and explain the different components of the MVC (Model View Controller) pattern.
- Read in a file from the classpath.