On Mon, Nov 3, 2014 at 1:12 PM, David Pennington
<
[hidden email]> 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
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside