/[projects]/miscJava/Test4Simple/src/main/webapp/test.jsp
ViewVC logotype

Contents of /miscJava/Test4Simple/src/main/webapp/test.jsp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2516 - (show annotations) (download)
Mon Apr 27 15:41:43 2015 UTC (9 years ago) by torben
File size: 425 byte(s)
forked test3 to test4 with out the advanced ejb stuff etc
1 <%@ page language="java" contentType="text/html; charset=UTF-8"
2 pageEncoding="UTF-8"%>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <html>
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Insert title here</title>
8 </head>
9 <body>
10 <%
11 for (int i=0; i<5; i++) {
12 out.println("JSP HelloWorld! #" + i + "<br>");
13 }
14
15 %>
16
17
18 </body>
19 </html>

  ViewVC Help
Powered by ViewVC 1.1.20