This tutorial assumes you already have Eclipse 3.2 and a Java 5 JDK installed. If not, please review this.
Download
Download the JBoss EJB3 Embeddable Container from here. The version used for this tutorial is jboss-EJB-3.0_Embeddable_ALPHA_9.zip.
Install
Extract this zip file anywhere, for this tutorial I used C:\libs, which makes the following directory: C:\libs\jboss-EJB-3.0_Embeddable_ALPHA_9
You’ll find the following directories under the install directory:
- conf
- docs
- lib
We’ll be using the files from conf and lib.
Comments