Before You Begin |
![]() Previous |
![]() Next |
This section contains important information on installing and configuring your tutorial environment. You should read this section before starting the tutorial.
Prerequisites
To complete this tutorial, ensure that you have the following software installed and properly configured:
Oracle TopLink Workbench 10.1.3.1
http://www.oracle.com/technology/products/ias/toplink/index.html
A relational database. This tutorial uses Oracle Database 10g Express Edition that can be obtained from:
http://www.oracle.com/technology/products/database/xe/index.html
A Java IDE. This tutorial uses Eclipse 3.2 that can be obtained from:
http://www.eclipse.org/
Refer to the Oracle Toplink Developer's Guide for complete information on using TopLink
To complete the tutorial project, you will need to download the tutorial source files. These files contain the Java classes used to build the project and the SQL scripts to create the database.
Unzip the TopLink_Intro_Tutorial to your <INTRO_TUTORIAL_HOME> directory.
The src folder contains the Java source files.
The mw folder is empty – use it to store your TopLink Workbench project.
The sql folder contains the SQL script to create and populate the database.