Documentation Archive Developer
Search
Table of Contents Previous Section

Summary

What's in a WebObjects Application?

A typical WebObjects application contains the following ingredients:

What Parts Do I Write?

You write the following parts of a WebObjects application:

How Do I Run a WebObjects Application?

To run a WebObjects application, you open an URL with the following form:

Figure 9. URL to Start a WebObjects Application

How Do I Connect a WebObjects Application to the Web?

To connect a WebObjects application to the Web, you need the following:

What Happens Behind the Scenes?

Behind the scenes of a running WebObjects application, the application enters a request-response loop each time it receives a request. In the request-response loop, a WebObjects application uses the page-to-script file mappings defined in declarations files to: