import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.io.PrintWriter; import java.io.IOException; import java.io.FileInputStream; import java.io.ObjectInputStream; import java.util.Vector; import org.apache.jasper.runtime.*; import java.beans.*; import org.apache.jasper.JasperException; import java.util.*; public class _0002findex_0002ejspindex_jsp_5 extends HttpJspBase { static { } public _0002findex_0002ejspindex_jsp_5( ) { } private static boolean _jspx_inited = false; public final void _jspx_init() throws JasperException { } public void _jspService(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { JspFactory _jspxFactory = null; PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; String _value = null; try { if (_jspx_inited == false) { _jspx_init(); _jspx_inited = true; } _jspxFactory = JspFactory.getDefaultFactory(); response.setContentType("text/html;charset=ISO-8859-1"); pageContext = _jspxFactory.getPageContext(this, request, response, "", true, 8192, true); application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); // HTML // begin [file="C:\\Documents and Settings\\andread\\jbproject\\articolo\\defaultroot\\index.jsp";from=(0,27);to=(1,0)] out.write("\r\n"); // end // HTML // begin [file="C:\\Documents and Settings\\andread\\jbproject\\articolo\\defaultroot\\index.jsp";from=(1,31);to=(7,0)] out.write("\r\n\r\n\r\n Java Server Pages: Hello World\r\n\r\n\r\n"); // end // begin [file="C:\\Documents and Settings\\andread\\jbproject\\articolo\\defaultroot\\index.jsp";from=(7,2);to=(7,38)] out.println(" Hello World JSP! "); // end // HTML // begin [file="C:\\Documents and Settings\\andread\\jbproject\\articolo\\defaultroot\\index.jsp";from=(7,40);to=(8,0)] out.write("\r\n"); // end // begin [file="C:\\Documents and Settings\\andread\\jbproject\\articolo\\defaultroot\\index.jsp";from=(8,3);to=(8,15)] out.print( new Date() ); // end // HTML // begin [file="C:\\Documents and Settings\\andread\\jbproject\\articolo\\defaultroot\\index.jsp";from=(8,17);to=(11,0)] out.write("\r\n\r\n\r\n"); // end } catch (Exception ex) { if (out != null && out.getBufferSize() != 0) out.clearBuffer(); if (pageContext != null) pageContext.handlePageException(ex); } finally { if (out != null) out.flush(); if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext); } } }