[Seaside] Creating a Seaside adaptor in code

Philippe Marschall philippe.marschall at gmail.com
Tue Nov 4 21:15:14 UTC 2014


On Mon, Nov 3, 2014 at 1:12 PM, David Pennington
<david at totallyobjects.com> wrote:
>  Hi there. I would like to know how to create a Seaside Server Adaptor using
> code. Can anyone give me a clue?
>
> I am using VAST 8.6 (which states that it uses the latest version of Seaside
> - 3.0 I understand) but I would have thought that it was fairly generic.

The general protocol is this:

(MyAdaptorClass port: thePort) start

This creates and registers the adaptor. If you safe the image the next
time you can find it in

WAServerManager default

To find the adaptor class open the hierarchy on WAServerAdaptor.

Cheers
Philippe


More information about the seaside mailing list