Server and Application Level
At the server and application level, the request-response loop looks like that shown in Figure 14.
- WOAdaptor (in Java, Adaptor)
- WOApplication (in Java, WebApplication)
Defines the interface for objects mediating the exchange of data between an HTTP server and a WebObjects application. This is an abstract class.
Receives requests from the adaptor and initiates and coordinates the request-handling process, after which it returns a response to the adaptor. WOApplication also creates dynamic elements "on the fly" and manages adaptors, sessions, application resources, and components.
Table of Contents Next Section