Module Overview The purpose of this module is to learn the basics of Java Server pages.

Module Learning Objectives incorporate JSP code into an HTML document
connect to a database
retrieve information from a database
format information from a resultset for display in an HTML document
send information to the server via HMTL forms
update information to the database

Readings Chapters 4-6 and 9 in "Web Development with Java Server Pages"

It is expected that the student will already be familiar with these basic concepts of programming, as they would have been covered in the prerequisite courses.


Assignments Re-write the HTML files submitted from the Module 3 to connect to the database and tranfer data.

Discussions Compare/Contrast JSP vs ASP