The Ingredients of a WebObjects Application
In its simplest form, a WebObjects application contains these ingredients:
- Dynamic HTML pages (called components)
- WebObjects classes that provide an infrastructure for the web application
- An application executable that responds to requests from a web browser
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:
- An optional application script that creates and manages application-wide resources
- An optional session script that creates and manages session-wide resources
- Optional compiled code that implements custom data and logic (WebObjects Pro and Enterprise only)
Table of Contents Next Section