Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439

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: