[Seaside] Pharo conversion question?

Johan Brichau johan.brichau at uclouvain.be
Tue Nov 24 09:26:01 UTC 2009


Hi John,

WAAdmin is part of Seaside30.

Are you using Pharo's web image download? As far as I know it has  
Seaside2.8 installed, which had a different application registration  
mechanism.

On 24 Nov 2009, at 08:48, John Chludzinski wrote:

> I have a RootTask class with a class #initialize:
>
>    initialize
>
>       (WAAdmin register: self asApplicationAt: #MMA)
>          addLibrary: CTLibrary;
>          addLibrary: PTDevelopmentLibrary;
>  	       addLibrary: SUComponentLibrary;
>          addLibrary: SUDevelopmentLibrary;
>  	       preferenceAt: #sessionClass put: MMASession.
>
> This fails when installing into Pharo with  
> #register:asApplicationAt: undefined and no apparent WAAdmin class  
> equivalent.  What's the current Pharo equivalent for these?
>
> ---John
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

----------------------------
Johan Brichau
johan.brichau at uclouvain.be






More information about the seaside mailing list