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

   

Adding Client-side Subprojects

You can add more than one client-side subproject to your project, especially if you want to use a framework. The subprojects containing EOInterfaceController subclasses and their nib files have to have a special project type: EOJavaClientSubproject.

To add a subproject of this type

  1. Open your project in Project Builder.

  2. Choose New Subproject from the Project menu.

  3. In the New Subproject panel, type a name for your subproject

  4. Make sure that the pop-up list displays the project type EOJavaClientSubproject.

  5. Click OK.

This procedure adds only the subproject; it does not add an interface-controller subclass, a nib file, or any other files (except makefiles). It also does not add EOJavaClient.framework to the root project's list of frameworks.


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