[Seaside] Registering an application

John Toohey johnptoohey at gmail.com
Sat Mar 14 18:55:12 UTC 2009


Excellent, many thanks.

On Sat, Mar 14, 2009 at 14:38, Lukas Renggli <renggli at gmail.com> wrote:
>> I am using the latest 2.9 build, and am trying to use WAAdmin to
>> register my application. I am using WAAdmin register: MyRootTask
>> asApplicationAt: 'MyApp' but I don't see how I also register my
>> session class for the application.
>>
>> Does anyone have an full example of registering an application with Seaside.
>
> Check out this example:
>
> WAAllTests>>initialize
>        (WAAdmin register: self asApplicationAt: 'tests/alltests')
>                preferenceAt: #sessionClass put: WAExpirySession
>
> Cheers,
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
-JT


More information about the seaside mailing list