1. Download the software you need: J2EESDK1.4SDK
http://java.sun.com/j2ee/1.4/download.html
Download j2eesdk-1_4-windows.exe
Eclipse3.0:
http://www.eclipse.org/
Download Eclipse-sdk-3.0-win32.zip
Lomboz3.0:
http://www.objectLearn.com/index.jsp
Download Lomboz.3.zip and Emf-sdo-Runtime-2.0.0.zip
JBoss3.2.3:
http://www.jboss.org/index.html
Download jboss-3.2.3.zip
2. Configure the installation j2eesdk1.4sdk, assume that the installation is installed in the C: / Sun / Appserver directory
1 Add environment variable ClassPath:
(C: / Sun / AppServer / JDK / LIB / Tools.jar; C: / Sun / Appserver / JDK / LIB / DT.JAR;
C: /sun/appserver/lib/j2ee.jar
Add it in the environment variable PATH
C: / sun / appserver / jdk / bin; c: / sun / appserver / bin
2 Install Eclipse3.0
Unzip Eclipse-sdk-3.0-win32.zip, assume that Separate D: / Eclipse3 directory, run Eclipse.exe.
3 Install Lomboz
After extracting the file lomboz.3.zip and emf-do-runtime-2.0.0.zip, copy to D: / Eclipse3 / PLUGINS and D: / Eclipse3 / D: / Eclipse3 / Features Directory Next, run Eclipse.exe again, select File-New-Other in the menu, appear below:
figure 1
4 installation jboss
Unzip jboss-3.2.3.zip to d: /jboss-3.2.3 directory
5 Configure Eclipse3.0
Select Windows-Preferences in the menu, configure Eclipse as follows
figure 2
image 3
The basic configuration is complete, and then we will write an EJB app.