About the Building a Simple Java Application Tutorial

Previous topic
Previous
Next topic
Next

This tutorial guides you through the process of using JDeveloper to create a simple Java application.

The application you create in this tutorial will display order information based on the Order Entry schema included in the Oracle9i sample schemas. The application's user interface will enable customers to look up the status of an order. When the customer selects one of eleven status codes from a dropdown list, the interface will display the meaning of that status code.

The goal of this tutorial is to introduce you, through the building of this application, to some of the most common features of JDeveloper.

In this tutorial, you will use JDeveloper to do the following:

You can complete this tutorial in an hour.

After completing the tutorial requirements referenced in the related topic below, open the first tutorial topic, Step 1: Creating a New Workspace and Project, to get started.


Requirements for Running the Tutorial