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:26 UTC

cvs commit: jakarta-site/docs/site elsewhere.html

hammant     2003/02/19 14:12:26

  Modified:    docs/site elsewhere.html
  Log:
  new EOB announcement
  
  Revision  Changes    Path
  1.27      +22 -27    jakarta-site/docs/site/elsewhere.html
  
  Index: elsewhere.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site/docs/site/elsewhere.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- elsewhere.html	10 Feb 2003 07:37:29 -0000	1.26
  +++ elsewhere.html	19 Feb 2003 22:12:26 -0000	1.27
  @@ -162,50 +162,45 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <a name="20030112" />
  -                                                <h3>12 January 2003 - Enterprise Object Broker 0.8: EJB for mere mortals</h3>
  +                                    <a name="20030216" />
  +                                                <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="1026" />
  -                                                <h3>26 October 2002 - Enterprise Object Broker 0.75: EJB for mere mortals</h3>
  +                                                <a name="20030112" />
  +                                                <h3>12 January 2003 - Enterprise Object Broker 0.8: 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.
  +See above for description and links.
   </p>
  +                                                <hr noshade="noshade" size="1" />
  +                                                <a name="1026" />
  +                                                <h3>26 October 2002 - Enterprise Object Broker 0.75: EJB for mere mortals</h3>
                                                   <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" />
                                                   <h3>21 May 2002 - OpenORB Community Edition 1.3 Beta 1 Released</h3>
  
  
  

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