Creating a Seaside adaptor in code

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Creating a Seaside adaptor in code

Long Haired David
 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.

David

Totally Objects

Smalltalkers since 1990



Message sent using Winmail Mail Server

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
David
Totally Objects
Doing Smalltalk since 1989
Reply | Threaded
Open this post in threaded view
|

Re: Creating a Seaside adaptor in code

jtuchel
Hi David,

didn't the snippet I posted onto the Pharo mailing list (http://forum.world.st/Is-this-the-place-for-a-Seaside-question-tp4786762p4786804.html) help?

What's your trouble in starting the Adapter?

Joachim


Am 03.11.14 um 13:12 schrieb David Pennington:
 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.

David

Totally Objects

Smalltalkers since 1990



Message sent using Winmail Mail Server


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          [hidden email]
Fliederweg 1                         http://www.objektfabrik.de
D-71640 Ludwigsburg                  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Creating a Seaside adaptor in code

Philippe Marschall
In reply to this post by Long Haired David
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