You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@incubator.apache.org on 2004/03/15 11:17:46 UTC

[Apache Geronimo Wiki] New: OpenEJB

   Date: 2004-03-15T02:17:44
   Editor: 66.41.158.180 <>
   Wiki: Apache Geronimo Wiki
   Page: OpenEJB
   URL: http://wiki.apache.org/geronimo/OpenEJB

   no comment

New Page:

 = "About" =
[http://www.openejb.org OpenEJB] is the default EJB 2.x Container of Geronimo.  The the nova branch has finally been merged with the main branch and the new cvs lives at OpenEJB's new home at [http://www.codehaus.org Codehaus].  More integration is still required, it is not yet possible to deploy EJBs, but this doc should help you at least build OpenEJB.

 = Building =

  * {{{Before building OpenEJB, Geronimo has to be built.}}} See [wiki:BuildingAndRunning BuildingAndRunning]

  * Get the OpenEJB sources
   {{{
   cvs -d:pserver:anonymous@openejb.org:/home/projects/openejb/scm co openejb}}}
  * Go to the openejb directory and run maven build

 = Running OpenEJB and Deploying EJBs =

 As mentioned, it is not yet possible to deploy EJBs.  The missing pieces should come Real Soon Now.
 
 Stay tuned....