The document discusses server-side scripting, specifically focusing on Java Server Pages (JSP) and its functionalities, including dynamic content generation, session management, and template-driven page generation. It outlines various server-side scripting languages, their classifications, and the mechanisms of SSI and CGI. Additionally, it explains how JSPs work, their integration with Java, and the process of handling JSP requests in a web server environment.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0 ratings0% found this document useful (0 votes)
1 views
java-5-j2ee
The document discusses server-side scripting, specifically focusing on Java Server Pages (JSP) and its functionalities, including dynamic content generation, session management, and template-driven page generation. It outlines various server-side scripting languages, their classifications, and the mechanisms of SSI and CGI. Additionally, it explains how JSPs work, their integration with Java, and the process of handling JSP requests in a web server environment.
Prepared by Dr.S.Manju Priya, Department of CS, CA & IT, KAHE Page 20/342016-2018
Batch
<%=getCount()%>
<%-getCount()%>
<%=getCount()%>
5.10 SCRIPTING ELEMENTS
JSP scripting element are enclosed within <3 ...... >, similar to other server-side
scripts such as ASP and PHP. To print "<2", use escape sequence "<\s""
JSP Comment <%:
>
commen
JSP comments <$-- 35P coments --~%> are ignored by the JSP engine. For example,
<% ~ anything but a closing tag here will be ignored
Note that HTML comment is Instagram