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

   

Implementing Custom Behavior for Your Classes

The user interface you designed in Interface Builder already allows you to insert and delete Studio objects. However, it doesn't do any additional processing when these operations take place. For example, what if you want to assign default values to newly created objects? And how can you prevent users from inserting objects that contain invalid data? You can add methods to your enterprise objects to handle such issues.

Related Concepts:   Adding Behavior to Enterprise Objects



Distributing Business Logic in Java Client Applications

Writing Derived Methods

Performing Validation

Providing Default Values for Newly Inserted Objects

Invoking Server Methods Remotely

Controlling the User Interface


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