<br><br><div class="gmail_quote">2008/11/18 Philippe Marschall <span dir="ltr">&lt;<a href="mailto:philippe.marschall@gmail.com">philippe.marschall@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2008/11/17, Lautaro Fernández &lt;<a href="mailto:evaklo@gmail.com">evaklo@gmail.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; 2008/11/15 Philippe Marschall &lt;<a href="mailto:philippe.marschall@gmail.com">philippe.marschall@gmail.com</a>&gt;<br>
&gt;<br>
&gt;&gt; 2008/11/11, Lautaro Fernández &lt;<a href="mailto:evaklo@gmail.com">evaklo@gmail.com</a>&gt;:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2008/11/9 Julian Fitzell &lt;<a href="mailto:jfitzell@gmail.com">jfitzell@gmail.com</a>&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; [...]<br>
&gt;&gt; &gt;&gt; A more complete list of change and new features can be found at<br>
&gt;&gt; &gt;&gt; <a href="http://seaside.st/community/development/seaside29" target="_blank">http://seaside.st/community/development/seaside29</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; That page (under Modularization) says the following:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; [...]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; It allows for smaller Seaside installations. For example you can have<br>
&gt;&gt; &gt;&gt; Seaside without the tests or without Kom and use Swazoo 2 instead.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; [...]<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; This mean that just a few changes need to be made in order to get a<br>
&gt;&gt; working<br>
&gt;&gt; &gt; Swazoo-Seaside server?<br>
&gt;&gt;<br>
&gt;&gt; It means no changes need to be made. Swazoo 2.1 is supported out of<br>
&gt;&gt; the box (well in theory at least, in practice it has only been tested<br>
&gt;&gt; on Squeak).<br>
&gt;&gt;<br>
&gt;&gt; &gt; Could you tell me a place to see a how-to use this modularity in order<br>
&gt;&gt; &gt; to<br>
&gt;&gt; &gt; make the port of Swazoo to work with Seaside?<br>
&gt;&gt;<br>
&gt;&gt; To get everything working in Squeak you need to:<br>
&gt;&gt; - open an &quot;empty&quot; Squeak image doesn&#39;t have Seaside, Sport or Swazoo<br>
&gt;&gt; loaded<br>
&gt;&gt; - drag and drop the attached file over the Squeak window<br>
&gt;&gt; - select &quot;fileIn entire file&quot;<br>
&gt;&gt; - if a debugger opens telling you that instance variables start with a<br>
&gt;&gt; lower case letter hit proceed<br>
&gt;&gt; - when everything is done evaluate<br>
&gt;&gt; &nbsp;WASwazooAdaptor startOn: 8080<br>
&gt;&gt; - go to <a href="http://127.0.0.1:8080/seaside/tests/alltests" target="_blank">http://127.0.0.1:8080/seaside/tests/alltests</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; All ran OK, except to save the image. The WASqueakPlatfrorm (class) does not<br>
&gt; understand the method &quot;withName:withPriority:fork:&quot;, which is called from<br>
&gt; the CTPusher(classs)&gt;&gt;startUp. I commented that part and the where no more<br>
&gt; troubles anymore.<br>
<br>
</div></div>Right, I forgot to add Comet-Squeak-Core.<br>
<div class="Ih2E3d"><br>
&gt; About the first seaside-2-9-0a1.cs that Julian had attached, I keep getting<br>
&gt; an error if I tried to load it on a fresh Squeak 3.9 image.<br>
&gt; Internal Server Error<br>
&gt; MessageNotUnderstood: WAKom&gt;&gt;dispatchRequest:<br>
&gt;<br>
&gt; I&#39;m loading it wrong? (this didn&#39;t happened to me on last Thursday)<br>
<br>
</div>Nope the script is wrong. It should load Seaside-Core-jf.320. It&#39;s<br>
probably time to publish an alpha2 script.<br>
<div class="Ih2E3d"><br>
&gt;&gt; If you open the Monticello Browser from the world menu you&#39;ll see a<br>
&gt;&gt; lot of Seaside-*, Javascript-*, Scriptaculous-*, RSS-* and JQuery-*<br>
&gt;&gt; packages that make up Seaside. Everything that has no -Squeak- in the<br>
&gt;&gt; package name should load directly into VW. Everything that has a<br>
&gt;&gt; -Squeak- in the package name has to be reimplemented (only if you want<br>
&gt;&gt; it of course). However most parts can probably be salvaged either from<br>
&gt;&gt; the existing 2.8 port or the Squeak implementation.<br>
&gt;<br>
&gt;<br>
&gt; Good to know, thank =]<br>
&gt;<br>
&gt;<br>
&gt;&gt; Cincom supports Seaside so it&#39;s probably best to talk to them.<br>
&gt;<br>
&gt;<br>
&gt; The main problem is that they will port (or made it avaible) Seaside 2.9 for<br>
&gt; the next realise (which will be in US summer), but now we need to work with<br>
&gt; Swazoo instead of Opentalk-Http (which does not support streaming responses<br>
&gt; quite well).<br>
&gt; But I&#39;ll try again to see if they can give me a workaround.<br>
<br>
</div>Ok, let&#39;s to for another round. The attached change set contains the<br>
very latest code from yesterday evening. It has seen only very little<br>
testing. It loads almost everything including both Comanche and Swazoo<br>
because we only implemented Comet on Comanche.<br>
<br>
However the Seaside Control Panel now seems to work. You&#39;ll find it in<br>
the world menu under tools.</blockquote><div>&nbsp;</div><div>Thanks, but again I have no success, the script is inconsistent with their errors..<br>(first try)<br>when is loading at some point the script gave me the following error:<br>
ZipArchive(Object)&gt;&gt; &#39;can&#39;t find EOCD position&#39;<br><br>(second try)<br>the same as the first...<br>ZipArchive(Object)&gt;&gt; &#39;file is too short&#39; <br><br>I tried both in Squeak and also Pharo.<br>
<br>Bye,<br>Lautaro Fernández<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Cheers<br>
<font color="#888888">Philippe<br>
</font><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Luke LAut SkyFernadezWalker<br>