Documentation Archive Developer
Search
PATH  WebObjects 4.0 Documentation > Getting Started With WebObjects

Table of Contents Previous Section

Creating a WebObjects Application Project

A WebObjects application project contains all the files needed to build and maintain your application. You use Project Builder to create a new project.

  1. Launch Project Builder.

    On Mac OS X Server, choose Project Builder from the Apple menu under Developer Applications. On Windows NT, you can launch Project Builder from the WebObjects program group in the Start menu.

  2. Choose Project New.

  3. In the New Project panel, select WebObjectsApplication from the Project Type pop-up list.

  4. Click Browse.

  5. In the Save panel, navigate to the directory where you want to save the project.

  6. Type the name of the project you want to create (GuestBook).

  7. Click Save.

    The New Project panel shows the path you specified.

  8. Click OK.

    The WebObjects Application Wizard starts.

  9. For Available Assistance, choose None.

    If you are developing an application that accesses a database, you may wish to use one of the levels of assistance that WebObjects provides. For more information on these options, see Creating a WebObjects Database Application.

Table of Contents Next Section