Apple WebObjects 3.5 Tools And Techniques User Manual

Page 22

Advertising
background image

Chapter 1

Setting Up WebObjects Applications

22

If you use Java or Objective-C, all code files appear in the Classes suitcase.
On disk, they live at the top level of the project directory.

If you use WebScript, the

Application.wos

and

Session.wos

files appear in the

Resources suitcase. On disk, they live a the top level of the project directory.
The component scripts (ComponentName.

wos

) appear in the component

(ComponentName

.wo

) in the project and on disk.

To edit your code, select the file name in the project browser. The code appears
in the bottom pane of the browser.

To save changes in your code, choose File

m

Save.

Note:

WebObjects Builder gets information from Project Builder about variables

and methods in your code. If you add or delete a variable or method,
WebObjects Builder doesn’t get the updated information until you save the file.

Advertising