PATH  WebObjects 4.0 Documentation > JavaClient Tutorial

Creating a Java Client WebObjects Application

Previous | Back Up One Level | Next

Creating the StudioManager Project

Every Java Client application starts out as a project . A project is a repository for all the elements that go into the application, such as source code files, makefiles, frameworks, libraries, packages, the application's user interface, sounds, and images. You use the Project Builder application to create and manage projects.

1. Start Project Builder.

Choose Project Builder from the WebObjects program group.

You must create or open a project to get Project Builder's main window. The New Project panel allows you to specify a new project's name and location.

2. Make a new project.

Choose Project New.

In the Project Path field of the New Project panel, type the file system path where the project is to reside.

Give the project the name "StudioManager" by typing this as the last component of the path.

Select WebObjectsApplication from the Project Type pop-up list.

Click OK to create the project.

To name the project and give it a directory location, you can either use the Browse button to navigate to the directory in which you want to put the new project, or you can type the full path in the Project Path field. The item selected from the Project Type pop-up list causes Project Builder to include all frameworks and supporting files necessary for that type of project.

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next