WebObjects

Title: Additional WebObjects Header Files
Creation Date: Feb 17, 1998
Procedure Valid for Release: WebObjects 3.1, 3.51

Keywords: WOAdaptor, Application, WebObjects

Overview

In WebObjects, the WOAdaptor and WODefaultAdaptor classes provide communications between your WebObjects adaptor and your WebObjects application.  In releases 3.1 and 3.51 of WebObjects, some files needed to create your own subclass of the these classes were inadvertently left out of the source code directory. If you need to modify the WOAdaptor or WODefaultAdaptor class, download the files appropriate to your version of WebObjects and install them in your NeXT directory under NextLibrary/WOAdaptors/Cgi/Source/Application/. To use your own WOAdaptor or WODefaultAdaptor class, copy all of the files from NextLibrary/WOAdaptors/Cgi/Source/Application/ into your project and rename the WoDefaultAdaptor class to something like 'MyWoDefaultAdaptor'.  You can start your application using your new adaptor by specifying it on the command line with the -a argument.

Files for WebObjects 3.1

The files needed to subclass the Adaptor class under WebObjects 3.1 are available as NeXTanswer #2599.

Files for WebObjects 3.51

The files needed to subclass the Adaptor class under WebObjects 3.51 are available as NeXTanswer #2600.