/[projects]/miscJava/Test4Simple/src/main/webapp/index.html
ViewVC logotype

Annotation of /miscJava/Test4Simple/src/main/webapp/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2517 - (hide annotations) (download) (as text)
Tue Apr 28 05:54:46 2015 UTC (9 years, 1 month ago) by torben
File MIME type: text/html
File size: 936 byte(s)
Finally - jersey + moxy works :)
1 torben 2516 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2     <html>
3     <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5     <title>Insert title here</title>
6     </head>
7     <body>
8    
9     <a href="TestServlet">TestServlet</a><br>
10     <a href="DispatchServlet">DispatchServlet</a><br/>
11     <a href="test.jsp">test.jsp</a><br/>
12     <a href="dump.jsp">dump.jsp</a><br>
13     <a href="sysinfo.jsp">JSPSysInfo</a><br>
14     <a href="ImageServlet">ImageServlet</a><br>
15     <a href="PdfServlet">PdfServlet</a><br>
16     <a href="Memcached">Memcached</a><br>
17     <br>
18     <a href="WebsockTest.html">WebSocket test</a><br>
19 torben 2517 <br>
20     <b>rest</b><br>
21 torben 2516
22 torben 2517 <a href="http://localhost:8080/Test4Simple/rest/samples/simple"> /rest/samples/simple </a> <br>
23     <a href="http://localhost:8080/Test4Simple/rest/samples/xml"> /rest/samples/xml </a> <br>
24     <a href="http://localhost:8080/Test4Simple/rest/samples/json"> /rest/samples/json </a> <br>
25    
26    
27    
28 torben 2516 </body>
29     </html>

  ViewVC Help
Powered by ViewVC 1.1.20