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

   

Selecting the Application Template

After you create a model or choose an existing one, the wizard displays a final screen that lets you select the type of template to use for your project.

  1. Select the template project to use for the Java Client application.

    Make sure the EOF Application Skeleton radio button is selected.

    Click Finish.

    The EOF Application Skeleton creates an application project with a "blank" user interface; you must construct the interface by hand in Interface Builder. For StudioManager, this is the option you want. The other two options automatically generate different types of interfaces:

    • Single Table. The wizard guides you through the creation of an application with a single EODisplayGroup represented in a single table view.

    • Master Detail. The wizard guides you through the creation of an application that has a master-detail interface.

    For more on the last two options, see "Creating a WebObjects Database Application" in Getting Started With WebObjects.


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