Documentation Archive Developer
Search
Table of Contents Previous Section

The Ingredients of a WebObjects Application

In its simplest form, a WebObjects application contains these ingredients:

Of these ingredients, you only have to provide the components. Create an application directory under <DocumentRoot>/WebObjects (<DocumentRoot> is your HTTP server's document root), and place the components in that directory. The application directory must have the extension .woa.

A default application executable is provided as part of the WebObjects product. The executable uses instances of the WebObjects classes to receive requests from a web browser and responds to them using the components that you provide.

More complex WebObjects applications may also contain:

For information on using application or session scripts , see "The Role of Scripts in a WebObjects Application" in the chapter "Using WebScript." For information on including compiled code, see "Creating a Compiled WebObjects Application" in Getting Started With WebObjects Builder.

Table of Contents Next Section