Creating a Simple WebObjects Application
The basic steps involved in creating a WebObjects application are:
Launch WebObjects Builder
Create a new application directory
Create the application's input fields
Create the application's output
Implement awake and sleep
Run the application
First Section