You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by ha...@apache.org on 2003/02/19 23:12:02 UTC

cvs commit: jakarta-site/xdocs/site elsewhere.xml

hammant     2003/02/19 14:12:02

  Modified:    xdocs/site elsewhere.xml
  Log:
  new EOB announcment
  
  Revision  Changes    Path
  1.11      +24 -29    jakarta-site/xdocs/site/elsewhere.xml
  
  Index: elsewhere.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site/xdocs/site/elsewhere.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- elsewhere.xml	13 Jan 2003 00:20:12 -0000	1.10
  +++ elsewhere.xml	19 Feb 2003 22:12:02 -0000	1.11
  @@ -11,29 +11,41 @@
   
   <section name="Elsewhere ...">
   
  -<a name="20030112"></a>
  -<h3>12 January 2003 - Enterprise Object Broker 0.8: EJB for mere mortals</h3>
  +<a name="20030216"></a>
  +<h3>16 February 2003 - Enterprise Object Broker 0.9: Easier than EJB</h3>
   <p>
   Enterprise Object Broker (EOB) is an application server that tries to a 
  -be a simpler than EJB application container. It is not complete yet, but 
  -we have many demos showing local, remote, and webapp usage.  
  +be a simpler to develop for than EJB. It is not quite complete yet, but 
  +we have many demos showing local, remote, and built-in webapp usage.  
   </p>
   <p>
  -EOB uses AltRMI from the Avalon-Excalibur project. See the AltRMI <a 
  -href="http://jakarta.apache.org/avalon/excalibur/altrmi/">homepage</a>.
  -AltRMI is RMI for normal interfaces.  No extending  
  -java.rmi.server.UnicastRemoteObject, no throwing 
  -java.rmi.RemoteException, no implementing 
  -java.rmi.Remote.  It is simple to use and has multiple transport types, 
  +EOB uses AltRMI from Apache's Incubator project. AltRMI is RMI for 
  +normal Java interfaces.  Server-side beans have these characteristics:
  +<ul>
  +<li>no requirement to extend java.rmi.server.UnicastRemoteObject,</li>
  +<li>no requirement to throw java.rmi.RemoteException for each method,</li>
  +<li>no requirement to implementing java.rmi.Remote.</li>
  +</ul>
  +It is simple to use and has multiple transport types, 
   including some that pipe between classloaders in the same JVM.
   </p>
   <p>
  -EOB and AltRMI are bringing .Net's remoting back to Java.
  +EOB and AltRMI are bringing .NET's remoting back to Java.
   </p>
   <p>
   Take a look at 
   <a href="http://www.enterpriseobjectbroker.org/">
   http://www.enterpriseobjectbroker.org</a>
  +and AltRMI's homepage <a 
  +href="http://incubator.apache.org/projects/altrmi/">
  +http://incubator.apache.org/projects/altrmi/</a>.
  +</p>
  +<hr noshade="noshade" size="1"/>
  +
  +<a name="20030112"></a>
  +<h3>12 January 2003 - Enterprise Object Broker 0.8: EJB for mere mortals</h3>
  +<p>
  +See above for description and links.
   </p>
   <hr noshade="noshade" size="1"/>
   
  @@ -41,24 +53,7 @@
   <a name="1026"></a>
   <h3>26 October 2002 - Enterprise Object Broker 0.75: EJB for mere mortals</h3>
   <p>
  -Enterprise Object Broker (EOB) is an application server that tries to a 
  -be a simpler than EJB application container. It is not complete yet, but 
  -we have many demos showing local, remote, and webapp usage.  
  -</p>
  -<p>
  -EOB uses AltRMI from the Avalon-Excalibur project. See the AltRMI <a 
  -href="http://jakarta.apache.org/avalon/excalibur/altrmi/">homepage</a>.
  -AltRMI is RMI for normal interfaces.  No extending 
  -java.rmi.server.UnicastRemoteObject, no throwing 
  -java.rmi.RemoteException, no implementing 
  -java.rmi.Remote.  It is simple to use and has multiple transport types, 
  -including some that pipe between classloaders in the same JVM.
  -</p>
  -<p>
  -Take a look at 
  -<a href="http://eob.sourceforge.net/">
  -http://eob.sourceforge.net/</a>
  -</p>
  +See above for description and links.</p>
   <hr noshade="noshade" size="1"/>
   
   <a name="0621"></a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org