hammant 02/05/13 16:07:50 Modified: docs/excalibur/altrmi index.html Log: corrected refs to EOB Revision Changes Path 1.4 +89 -13 jakarta-avalon-site/docs/excalibur/altrmi/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-avalon-site/docs/excalibur/altrmi/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.html 1 May 2002 18:44:17 -0000 1.3 +++ index.html 13 May 2002 23:07:50 -0000 1.4 @@ -41,7 +41,7 @@ <a href="http://jakarta.apache.org/builds/jakarta-avalon/apps"><font size="-1">Download</font></a> </li> <li> -<a href="api/index.html"><font size="-1">API Docs</font></a> +<a href="api/[EMAIL PROTECTED]"><font size="-1">API Docs</font></a> </li> <li> <a href="otherfeatures.html"><font size="-1">Other Features</font></a> @@ -97,7 +97,7 @@ </center> <br> <font size="-2" face="arial,helvetica,sanserif" color="#000000"> -<p>by <a href="mailto:[EMAIL PROTECTED]">Paul Hammant</a> +<p>by <a href="mailto:[EMAIL PROTECTED]">Paul Hammant</a>, <a href="mailto:[EMAIL PROTECTED]">Vinay Chandran</a> </p> </font><font face="arial,helvetica,sanserif" color="#000000"></font> <br> @@ -181,7 +181,7 @@ ignore the robustness issues is a mistake. We think not given the following. <ol> -<li>The EOB Container knows about AltrmiInvocationException.</li> +<li>The container could be programmed to know about AltrmiInvocationException.</li> <li>AltRMI has configurable policies that can help re-establish connection whilst in use.</li> @@ -200,7 +200,7 @@ <div align="right"> <table cellspacing="0" cellpadding="2" border="0" width="99%"> <tr> -<td bgcolor="ddeeff"><font face="arial,helvetica,sanserif" color="#000000" size="+0"><b>1. The EOB Container knows about AltrmiInvocationException</b></font></td> +<td bgcolor="ddeeff"><font face="arial,helvetica,sanserif" color="#000000" size="+0"><b>1. The container could be programmed to know about AltrmiInvocationException</b></font></td> </tr> <tr> <td><font face="arial,helvetica,sanserif" color="#000000"> @@ -236,7 +236,7 @@ re-establish the connection and complete the method invocation normally. A delay would of course be encountered, but if administrators are watching the logs, then they can determine where failures are happening and what to do long term about it. Programmed policies - (configured in EOB) could be "try perpetually to reconnect", "try five times only, + (configured in the container) could be "try perpetually to reconnect", "try five times only, one a second", "fail immediately". </p> @@ -442,11 +442,8 @@ <br> <p align="justify"> - We have yet to implement callbacks. We need to make the communication - asynchronous to do this. We have toyed with standard APIs like BEEP but - find the performance is not quite good enough. We may not need the - sustained power of BEEP as our needs are for short bursts rather than - multiplexing sustained streams. + We have implemented an experimental callback structure. We have had to make the + communication asynchronous to do this. </p> </font></td> @@ -468,10 +465,89 @@ We curently use javac to compile stubs from source. It feels natuaral to use this technique as we think in terms of the Java the language. We know that the main interface to Javac is deprecated in JDK1.4 and feel we should move to - some less static and more beanlike tool. An obvious choice would be BCEL, but we - find it too hard to work with (it being closer to bytecode machine than the Java - language). + some less static and more beanlike tool. An obvious choice would be BCEL and + we are working on an implementation. </p> + +</font></td> +</tr> +</table> +</div> +<br> + +<div align="right"> +<table cellspacing="0" cellpadding="2" border="0" width="99%"> +<tr> +<td bgcolor="ddeeff"><font face="arial,helvetica,sanserif" color="#000000" size="+0"><b>Secure Transports</b></font></td> +</tr> +<tr> +<td><font face="arial,helvetica,sanserif" color="#000000"> +<br> + +<p align="justify"> + Some variations on the current transports to allow SSL connections. + </p> + +</font></td> +</tr> +</table> +</div> +<br> + +</font></td> +</tr> +</table> +</div> +<br> +<div align="right"> +<table cellspacing="0" cellpadding="2" border="0" width="100%"> +<tr> +<td bgcolor="bbccdd"><font face="arial,helvetica,sanserif" color="#000000" size="+1"><b>External uses of AltRMI</b></font></td> +</tr> +<tr> +<td><font face="arial,helvetica,sanserif" color="#000000"> +<br> + +<div align="right"> +<table cellspacing="0" cellpadding="2" border="0" width="99%"> +<tr> +<td bgcolor="ddeeff"><font face="arial,helvetica,sanserif" color="#000000" size="+0"><b>Transport package in Avalon-Cornerstone</b></font></td> +</tr> +<tr> +<td><font face="arial,helvetica,sanserif" color="#000000"> +<br> + +<p align="justify"> + Allowing transparent publication of phoenix services and for phoenix services. See + <a href="http://jakarta.apache.org/avalon/cornerstone">Cornerstone</a>. + </p> + +<p align="justify"> + Using that transport package are <a href="http://jakarta.apache.org/avalon/apps/apps/db"> + AvalonDB</a> and <a href="http://jakarta.apache.org/avalon/apps/apps/demo">Demos</a> + (both in Avalon-Apps). + </p> + +</font></td> +</tr> +</table> +</div> +<br> + +<div align="right"> +<table cellspacing="0" cellpadding="2" border="0" width="99%"> +<tr> +<td bgcolor="ddeeff"><font face="arial,helvetica,sanserif" color="#000000" size="+0"><b>Enterprise Object Broker</b></font></td> +</tr> +<tr> +<td><font face="arial,helvetica,sanserif" color="#000000"> +<br> + +<p align="justify"> + An EJB replacement, current hosted at <a href="http://eob.sourceforge.net"> + SourceForge</a> + +</p> </font></td> </tr>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
