Before you start
Building applications using the Java™ 2 Enterprise Edition architecture can be an intimidating process. The Eclipse Web Tools Platform provides a base set of tools to make developing in this environment easier.
This tutorial shows you how to create a simple Web service using IBM's Web Tools Platform contribution to the Eclipse project. You will build a simple auction Web service that interacts with a Cloudscape (Apache Derby) database. The resulting Web service is then deployed to Apache Tomcat 4.1. As an alternative, this tutorial also includes instructions for migrating the example to an IBM DB2® Universal Database Express V8.2 and IBM WebSphere® Application Server Express 5.1 environment.
The scope of this tutorial is limited to listing items for auction and querying item records from the auction server. Implementing other functions, such as user registration and auction bidding, is left as an exercise for the user.
To complete this tutorial, you need to have the following software installed:
- Eclipse V3.0
- The IBM contribution to the Eclipse Web Tools Platform and all of its prerequisites
- Apache Tomcat V4.1.30
- IBM Cloudscape V10.0 or IBM DB2 Universal Database V8.2 Express
You should also download the attached file, which includes scripts and source code used in this tutorial.
The tutorial is intended for users who have some basic Java programming skills. Source files are included for the auction service, with some implementation left to the user as a separate exercise.

