PATH  WebObjects 4.0 Documentation > JavaClient Tutorial

Creating a Java Client WebObjects Application

Previous | Back Up One Level | Next

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.

Previous | Back Up One Level | Next