Introduction, Creating webobjects application projects – Apple WebObjects 3.5 Tools And Techniques User Manual

Page 9

Advertising
background image

9

Introduction

To develop WebObjects applications, you use two primary tools: Project
Builder and WebObjects Builder. These tools help you perform the major
tasks required to develop your application

Project Builder is an integrated software-development application. It
contains a project browser, a code editor, build and debugging support, and
many other features needed to develop an application. It helps you to:

Create and manage your project.

Write code to provide behavior in your application.

Build and launch your application.

This chapter discusses the main features of Project Builder that you use
when developing WebObjects applications. For more information on
Project Builder’s other features, refer to its on-line help.

WebObjects Builder is described in the chapters “Editing With
WebObjects Builder” and “Working With Dynamic Elements”.

This document refers to example projects located in the
<DocumentRoot>/

WebObjects/Examples/

directory.

Creating WebObjects Application Projects

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.

To do this, launch

ProjectBuilder.app

, which is found in the

NextDeveloper/Apps/

directory. On Mach systems, this directory is under the root directory

/

.

On Windows NT, it is under %NEXT_ROOT%, an environment
variable defined when you installed WebObjects (

C:\NeXT

by default).

On Windows NT, you can launch Project Builder from the
WebObjects program group in the Start menu.

2. Choose Project

m

New.

Advertising