Firstly, we need some Java technologies installed in our machines. These Java technologies are:
- Java Developer Kit 1.5.0 - http://java.sun.com/j2se/1.5.0/download.jsp
- Eclipse 3.0 - http://eclipse.org/downloads/index.php
- JBoss Application Server 4.0 - http://www.jboss.org/downloads/index#as
Follow the download and install instructions of each technology. We need also to install the JBoss-IDE Eclipse Plug-in, to install this plug-in follow these steps:
- Inside Eclipse find the command: Help/Software Updates/Find and Install...
- Select "Search for new features to install"
- Add a new "Remote Site": Name: JBoss-IDE, URL: http://jboss.sourceforge.net/jbosside/updates
- Mark JBoss-IDE Eclipse 3.0
- Click "Next" until the plug-in is installed, you will need to restart the eclipse workbench.
To download the project source code from the CVS server you must follow these steps.
- Create a JBoss-IDE J2EE 1.4 Project, the name: "jLaBase"
- Configure the project's runtime library to work with the jdk1.5.0
- Configure the CVS repository:
- Connection type: pserver (no write access)
- Host: cvs.sourceforge.net
- Repository path: /cvsroot/jlabase
- Download the source code:
- Select "Checkout Projects from CVS" in the "New Project" menu.
- Select the configured CVS repository
- Select module jLaBase (entire project)
- Finally select checkout into an existing project and select the project created in step 1.