logo_michael-thomas.jpg (3143 bytes)

JSP Survival Guide

(under construction)

Topic Notes
JSP Tags JSP Tags
bulletHtml Comment <!-- Comment  -->
bulletJSP Hidden Comment <%-- Hidden Comment --%>
bulletJSP Script <%  String strHelloWorld = "Hello World"   %>
bulletJSP Expression <%= strHelloWorld %>
bulletJSP declaration <%!  ... %>
bulletJSP Include directive
<%@ include file="<|c>" %>
bulletJSP Page directive
<%@ page contentType="text/html; charset=ISO-8859-1" extends="<|c>" %>
bulletJSP Tag directive
<%@ taglib uri="" prefix="<|c>" %>