Course Details

3 credits

Java Server Pages

The information shown on this page is simply that, information. This information is related only to this course in general, not to a specific class or instance of this course that is being offered. The labs shown on this page are those that I have created for this course, they are not those that are specifically assigned. For actual class information, the information that my current students should be looking at, return to the homepage and choose a currently offered class.

Course Description

This course prepares students to develop real world web applications using Java Server Pages (JSP). Students are introduced to the fundamentals of JSP technology with an emphasis on extensible and dynamic web applications that include the following: how to write Java Server Pages using Java Beans, how to submit and process HTML forms, how to write customized Tag Libraries which simplify web page maintenance, and how to write web applications that connect to a database.

Objectives

  1. interpret written programming specifications
  2. debug and test JSP applications
  3. create websites using Java Server Pages
  4. use Java Beans in the creation is JSP sites
  5. create JSP pages that process web page based forms
  6. write tag libraries to simplify web page maintenance
  7. create web appliction with JSP that connect to a database