[Pharo-project] WAKom and Seaside 2.9
Was Seaside 2.9 intended to be used with Pharo beta 1? WAKom still doesn't work with that version. RS _________________________________________________________________ Express your personality in color! Preview and select themes for Hotmail®. http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=PID23391:...
How did you install Seaside 2.9? 2009/8/7 Robert Sirois <watchlala@hotmail.com>:
Was Seaside 2.9 intended to be used with Pharo beta 1? WAKom still doesn't work with that version.
RS
________________________________ Express your personality in color! Preview and select themes for Hotmail®. Try it now. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
My understanding is the WAKom is on the way out - they are creating "adpators" or something like that, and have a new way of controlling them. -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Friday, August 07, 2009 6:12 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] WAKom and Seaside 2.9 How did you install Seaside 2.9? 2009/8/7 Robert Sirois <watchlala@hotmail.com>:
Was Seaside 2.9 intended to be used with Pharo beta 1? WAKom still doesn't work with that version.
RS
________________________________ Express your personality in color! Preview and select themes for Hotmail(r). Try it now. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Schwab,Wilhelm K wrote:
My understanding is the WAKom is on the way out - they are creating "adpators" or something like that, and have a new way of controlling them.
That's true, we try to have a uniform interface for all kinds of servers (Kom, Swazoo, ...). There will be two main "interfaces" a graphical server manager and the WAServerManager class. Cheers Philippe
Robert Sirois wrote:
Was Seaside 2.9 intended to be used with Pharo beta 1? WAKom still doesn't work with that version.
I assume you're talking about alpha4. That's our fault and not the one of Pharo. See the thread "MNU after clean install..." [1]. In general you'll get the best and quickest answers on the Seaside mailing list. To quote Julian: This is fixed in Seaside-Adaptors-Comanche-jf.41 if you want to update. Or: - add a call to #new in WAKom>>defaultCodec and WAKomEncoded>>defaultCodec; or - use the control panel available in the World->Tools->more... menu to add the instance instead; or - execute "WAKom default codec: WANullCodec new" [1] http://lists.squeakfoundation.org/pipermail/seaside/2009-July/thread.html Cheers Philippe
participants (4)
-
Damien Cassou -
Philippe Marschall -
Robert Sirois -
Schwab,Wilhelm K