<%@ page import="java.util.*" %> <% response.setHeader("Expires", "0"); %> JSPreader test

This is a dynamic output from the JSPReader

Current time: <%=new Date()%>



JSP Usage Samples
hello.jsp Displays a hello page using JSPGenerator to get XML from a JSP then transformes it to HTML using a stylesheet.
hello.xml The same page serialized as XML (without transformation).
hello.htm

The same page serialized as HTML and served by sitemap through the JSPReader.

welcome.htm This page. Direct HTML output from a JSP page served by sitemap through the JSPReader.


Back to samples