Unit 3 Overview

By the end of this unit you will be able to:

  1. Create and understand the benefits of JSPs.
  2. Invoke Java code with JSP scripting elements.
  3. Understand the directory structure of a Java Web app.
  4. Use the HttpServletRequest object to store and retrieve data.
  5. Write Expression Language (EL) to access variables in a JSP.
  6. Forwarding and Redirecting from a servlet.
  7. Understand and explain the different components of the MVC (Model View Controller) pattern.
  8. Read in a file from the classpath.