<!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>
<table BORDER=0 CELLSPACING=5 WIDTH="100%" >
<tr VALIGN=TOP>
<td WIDTH="25%">Test and general php info</td>
<td VALIGN=TOP WIDTH="25%"><a href="test.php">Execute</a></td>
<td WIDTH="25%"></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">PHP/Java Servlet configuration</td>
<td WIDTH="25%"><a href="settings.php">Show</a></td>
<td WIDTH="25%"><a href="source.php?source=settings.php">Source</a></td>
<td WIDTH="25%"><a href="debug.php?source=settings.php"></a></td>
</tr>
<tr/>
<tr/>
<tr VALIGN=TOP>
<td WIDTH="25%">Hello</td>
<td WIDTH="25%"><a href="hello.php">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=hello.php">Source</a></td>
<td WIDTH="25%"><a href="debug.php?source=hello.php"></a></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">Session sharing</td>
<td WIDTH="25%"><a href="sessionSharing.php">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=sessionSharing.php">Source</a></td>
<td WIDTH="25%"><a href="debug.php?source=sessionSharing.php"></a></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">NumberGuess (php)</td>
<td WIDTH="25%"><a href="numberguess.php">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=numberguess.php">Source</a></td>
<td WIDTH="25%"><a href="debug.php?source=numberguess.php"></a></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">Excel Sheet</td>
<td WIDTH="25%"><a href="excel.php">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=excel.php">Source</a></td>
<td WIDTH="25%"><a href="debug.php?source=excel.php"></a></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">Report Generator (Eclipse BIRT)</td>
<td WIDTH="25%"><a href="report.php">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=report.php">Source</a></td>
<td WIDTH="25%"><a href="debug.php"></a></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">Include output of local JSP resource</td>
<td WIDTH="25%"><a href="virtual.php/foo/bar?baz=42">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=virtual.php">Source</a></td>
<td WIDTH="25%"></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">JSR 223 example</td>
<td WIDTH="25%"><a href="jsr223.jsp">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=jsr223.jsp">Source</a></td>
<td WIDTH="25%"></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">Calling a PHP function.</td>
<td WIDTH="25%"><a href="jsp%2Bphp.jsp">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=jsp%2Bphp.jsp">Source</a></td>
<td WIDTH="25%"></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">Calling a remote PHP script.</td>
<td WIDTH="25%"><a href="jsp%2Bphp2.jsp">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=jsp%2Bphp2.jsp">Source</a></td>
<td WIDTH="25%"></td>
</tr>
<tr VALIGN=TOP>
<td WIDTH="25%">RMI/IIOP</td>
<td WIDTH="25%"><a href="documentClient.php">Execute</a></td>
<td WIDTH="25%"><a href="source.php?source=documentClient.php">Source</a></td>
<td WIDTH="25%"><a href="debug.php?source=documentClient.php"></a></td>
</tr>
</table>
</body>
</html>