[Seaside] Registering an application

Lukas Renggli renggli at gmail.com
Sat Mar 14 18:38:33 UTC 2009


> 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


More information about the seaside mailing list