Menu

[r459]: / trunk / php-java-bridge / examples / php+jsp / index.php  Maximize  Restore  History

Download this file

71 lines (49 with data), 1.7 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>PHP/Java Bridge examples</title>
</head>
<body bgcolor="#FFFFFF">
<H1>PHP/Java Bridge examples</H1>
<br>&nbsp;
<table BORDER=0 CELLSPACING=5 WIDTH="85%" >
<tr VALIGN=TOP>
<td>Test and general php info</td>
<td VALIGN=TOP WIDTH="30%"><a href="test.php">Execute</a></td>
<td WIDTH="30%"></td>
</tr>
<tr/>
<tr VALIGN=TOP>
<td>Session sharing</td>
<td WIDTH="30%"><a href="sessionSharing.php">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=sessionSharing.php">Source</a></td>
</tr>
<tr VALIGN=TOP>
<td>NumberGuess (php)</td>
<td WIDTH="30%"><a href="numberguess.php">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=numberguess.php">Source</a></td>
</tr>
<tr VALIGN=TOP>
<td>NumberGuess (jsp)</td>
<td WIDTH="30%"><a href="numberguess.jsp">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=numberguess.jsp">Source</a></td>
</tr>
<tr VALIGN=TOP>
<td>Excel Sheet</td>
<td WIDTH="30%"><a href="excel.php">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=excel.php">Source</a></td>
</tr>
<tr VALIGN=TOP>
<td>Java Server Faces Framework</td>
<td WIDTH="30%"><a href="java-server-faces/index.php">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=java-server-faces/helloWorld.php">Source</a></td>
</tr>
<tr VALIGN=TOP>
<td>RMI/IIOP</td>
<td WIDTH="30%"><a href="documentClient.php">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=documentClient.php">Source</a></td>
</tr>
</table>
</body>
</html>