<!-- Source Snippet of jesi_template.jsp -->

<%@ page contentType="text/html; charset=WINDOWS-1252" 
         language="java" %>
         
<%-- Including taglib for JESI (Edge Side Includes for Java) --%>   
<%@ taglib uri="jesi" prefix="jesi" %>
<jesi:control cache="yes" expiration="60"/>

<HTML><HEAD>
<TITLE>OracleAS Web Cache - Is Web Cache Working?</TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
</HEAD>
<BODY bgcolor="#FFFFFF" link="#663300" vlink="#996633" alink="#FF6600" text="#000000">


 ......


<p>This template page, <strong>jesi_template.jsp</strong>, was created 
using Edge Side Includes for Java (JESI) and was generated at the 
following date and time: 
<strong><font color="#FF0000" size="+1"> 
<%=new java.util.Date() %></font>
</strong>. </p>


 ......


<td class=OraPortletBodyText>
                        
<jesi:include page="jesi_fragment.jsp" />   
                                             
</td>


 ......


</BODY></HTML>