[Seaside] Re: Pharo conversion question?

John Chludzinski john.chludzinski at gmail.com
Tue Nov 24 14:30:57 UTC 2009


pharo1.0-10496-rc1web09.11.4.image

Plus I'm currently using Croquet/Cobalt with Seaside 2.9 (courtesy of
Nikolay Suslov).

---John

On Tue, Nov 24, 2009 at 2:48 AM, John Chludzinski <
john.chludzinski at gmail.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20091124/aa6db9b0/attachment.htm


More information about the seaside mailing list