JavaServer Pages (JSP) is another mechanism for creating presentationlogic for enterprise systems. Perhaps the most fundamental differencebetween servlets and JSP is that servlets are code which generates HTML,while JSPs are HTML files that contain embedded code. Otherwise, manyof the facilities available in JSPs directly correspond to the facilitiesavailable in servlets (e.g. sessions, cookies). JSP is a new syntaxto learn. This module introduces the coding and deployment of JSPfiles in a J2EE environment.
On completion of this module, students should be able to: