OpenEJB at SourceForge     OpenEJB at Exolab     
 

Main
   Welcome!
   Download
   Mailing Lists
   The Team
Users
   Quickstart
   Hello World!
   Deploy
   Startup
   Support
   Request Feature
Servers
   Local Server
   Remote Server
Adapters
   Tomcat
Integrators
   Why OpenEJB
   Overview
   Design
   Specification
   Presentation
Developers
   Release Plan
   Source Code
   SourceForge


SourceForge Logo
  



OpenEJB QuickStart Guide


1Abstract
2Join the mailing list
3Get OpenEJB
4Run the test suite (optional)
5Deploy your ejb-jar

Abstract

This document is a slightly verbose quickstart, if you are not interested in all the chat and simply want the bare minimum, we offer a Commands-Only Guide for Windows Users and a Commands-Only Guide for Linux/Unix/Mac OS X Users

Join the mailing list

The OpenEJB User list is where the general OpenEJB community goes to ask questions, make suggestions, chat with other users, and keep a finger on the pulse of the project.

Please feel free to ask as many questions as you need while becoming familiar with the project. We believe the perspective of those who are new the project is very valuable and we rely on your feedback to make the project easier to use and understand for everyone. If you have any suggestions on ways we can help those that are new to the project get up to speed more quickly, we are more than willing to listen.

Subscribe/View Archive

Get OpenEJB

Download and unpack the latest release. Or, checkout the source from CVS and build it.

Run the test suite (optional)

Now that you have download or built OpenEJB, it's a good to run the test suite and verify that everything is setup. Execute the following commands:

Windows:
C:\somewhere> cd c:\openejb
C:\openejb> openejb test

Unix/Linux/Mac OS X:
[user@host somewhere]# cd /openejb
[user@host openejb]# ./openejb.sh test

Deploy your ejb-jar

OpenEJB comes with a command-line tool to help guide you through deploying your jars in OpenEJB. The options are as follows:

Windows:
C:\openejb> openejb deploy yourEjb.jar

Unix/Linux/Mac OS X:
[user@host openejb]# ./openejb.sh deploy yourEjb.jar

If you don't have any EJBs or clients to run, try the ubiquitous Hello World example.

 
     
   
   
 


Java, EJB, JDBC, JNDI, JTA, Sun, Sun Microsystems are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and in other countries. XML, XML Schema, XSLT and related standards are trademarks or registered trademarks of MIT, INRIA, Keio or others, and a product of the World Wide Web Consortium. All other product names mentioned herein are trademarks of their respective owners.