![]() |
|||||
|
About the LabsThis tutorial is based on a set of labs that illustrate the topics discussed in this tutorial. The labs enable you to practice what you have learnt so far and to compare your work with provided lab solutions. See Lab Overview for a list of available labs and the topics that they try to illustrate. Prerequisites for the LabsTo understand the examples, you will need a good knowledge of the Java programming language. To understand the deployment of an openMDX provider in an Enterprise JavaBeansT container, you need some basic knowledge about Enterprise JavaBeans (especially session bean and deployment topics). Downloading the LabsIf you are viewing this online and you want to build and run the labs, you need to download the lab bundle from SourceForge.net. Once you have unzipped the lab distribution, the lab source code is in the openmdx-example-lab/src directory and the lab UML model is in the openmdx-example-lab/models directory.
How to build the LabsTo build and run the labs you need a copy of the Java 2 Platform, Standard Edition (J2SE ) SDK 1.3.1. You can download the J2SE 1.3.1 from http://java.sun.com/j2se/1.3/.
The examples are distributed with a configuration file for version 1.6 of Ant, a Java-based build tool. The Ant utility is hosted by the Jakarta project at the Apache Software Foundation. You can download Ant from http://ant.apache.org/. To build the labs, follow these steps:
The specific lab requirements to access a relational database or to deploy a provider in an Enterprise JavaBeans container are mentioned in the corresponding chapters later on. How to run the Labs
For almost every lab there are two copies:
To run the labs, follow these steps:
|
||||