Getting Started has been edited by Karan Singh Malhi (Aug 30, 2007).

(View changes)

Content:

Here are some basic steps you need to perform to get started with OpenEJB

  1. Download and install OpenEJB
  2. Setup your development environment
  3. Start the server
  4. Write an EJB
  5. Deploy the EJB
  6. Test it
  7. Stop the server

 1. Download and Install OpenEJB

Currently there is no binary release of OpenEJB 3. We will checkout the source from svn (subversion) and build it ourselves. Its easy!! . Follow the steps below:

  1. Install JDK 5
  2. Install Maven 2
  3. Install Subversion
  4. Build OpenEJB
  5. Install OpenEJB

 2. Setup your development environment

 3. Start the Server

 4. Write an EJB

 5. Deploy the EJB

 6. Test it

 7. Stop the server

TODO: Add details to the above. For setting up development environment, link to setting up IDE for Users

Reply via email to