Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Creating a Java Client Application: A Tutorial

   

Putting the Finishing Touches on Your Model

You are almost ready to add custom behavior to your enterprise objects. But first you need to put a few finishing touches on your model.

In Adding Relationships , you added relationships between the Studio and Movie entities. Now you need to verify or add a few additional relationships to your model. You might find that the relationship already exists, but just the name needs to be changed:

From the Movie (source) entity:


From the Talent (source) entity:


From the MovieRole (source) entity:

At this point your model is complete. There might be other relationships in your model, but the above relationships are the most important for our example project. Looking at your model using the Diagram View (select the model icon and choose Tools Diagram View) gives you an overview of the entities in the model and their relationships to other entities.


© 1999 Apple Computer, Inc. – (Last Updated 13 Sep 99)