Menu

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

Download this file

107 lines (70 with data), 2.4 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
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
<!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 VALIGN=TOP>
<td>PHP/Java Servlet configuration</td>
<td WIDTH="30%"><a href="settings.php">Show</a></td>
<td WIDTH="30%"><a href="source.php?source=settings.php">Source</a></td>
</tr>
<tr/>
<tr/>
<tr VALIGN=TOP>
<td>Hello</td>
<td WIDTH="30%"><a href="hello.php">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=hello.php">Source</a></td>
</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>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>JSR 223 example</td>
<td WIDTH="30%"><a href="jsr223.jsp">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=jsr223.jsp">Source</a></td>
</tr>
<tr VALIGN=TOP>
<td>JSR 223 example2</td>
<td WIDTH="30%"><a href="jsp%2Bphp.jsp">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=jsp%2Bphp.jsp">Source</a></td>
</tr>
<tr VALIGN=TOP>
<td>JSR 223 and IIS/Apache interaction</td>
<td WIDTH="30%"><a href="jsp%2Bphp2.jsp">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=jsp%2Bphp2.jsp">Source</a></td>
</tr>
<tr VALIGN=TOP>
<td>Report Generator (Eclipse BIRT)</td>
<td WIDTH="30%"><a href="report.php">Execute</a></td>
<td WIDTH="30%"><a href="source.php?source=report.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>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.