About the Modeling Java Classes Tutorial

Previous topic
Previous
Next topic
Next

This tutorial tells you how to use the Class Modeler to capture the basic data requirements of a system in the form of generic classes. It then shows you how to generate the Java source code from the class model, and finally you learn how to extend the model by reverse-engineering an existing class. You should expect to take about 45 minutes to complete this tutorial. To work through this tutorial you will need an installed copy of Oracle9i JDeveloper.

You have been asked to design a Java application to manage part of an order entry system, and to present your design as a class model of the required Java classes.

The final class diagram created using this tutorial should look like this:

Diagram showing the outcome of all the topics in this tutorial.