-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-resbeans.html
More file actions
56 lines (55 loc) · 2.69 KB
/
test-resbeans.html
File metadata and controls
56 lines (55 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Test RESTful Web Services</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="test-resbeans.css" type="text/css"/>
<link rel="stylesheet" href="css_master-all.css" type="text/css"/>
<script type="text/javascript">
//___ BASE_URL ___ will get replaced by the base url of application
//whose resource beans needs to be tested For eg:- http://localhost:8080/SimpleServlet/
var baseURL = "http://localhost:8080/IntroToJavaEE7/||/webresources";
</script>
<script type="text/javascript" src="test-resbeans.js"></script>
</head>
<body>
<div class="outerBorder">
<div class="header">
<div id="subheader" class="subheader"></div> <!-- sub-header -->
<div class="banner"><img src="./images/pname.png"/></div>
</div> <!-- header -->
<div id="main" class="main hide">
<table width="100%">
<tr>
<td id="leftSidebar" valign="top" colspan="4"></td>
<td class="seperator" valign="top"></td>
<td id="content" class="content" valign="top" colspan="12">
<div id="navigation" class="details"></div><hr>
<div id="request">Select a node on the navigation bar (on the left side of this page) to test.</div><hr>
<div id="testaction" class="ConMgn_sun4"></div>
<div id="testinput" class="ConMgn_sun4"></div>
<hr>
<div class="ConMgn_sun4">
<table class="details">
<tr><td><div id="result"></div></td></tr><tr><td height="10"> </td></tr>
<tr><td><div id="resultheaders" class="ml20"></div></td></tr><tr><td height="10"> </td></tr>
</table>
</div>
</td>
</tr>
</table>
</div> <!-- main -->
</div> <!-- outerborder -->
<!--<script type="text/javascript">
var rjsConfig = {
isDebug: true
};
</script>-->
<script language="Javascript">
var ts = new TestSupport();
ts.init();
</script>
</body>
</html>