<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-14153</id>
	<title>Nabble - Squeak - Seaside</title>
	<updated>2008-05-13T12:18:34Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Squeak---Seaside-f14153.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Squeak---Seaside-f14153.html" />
	<subtitle type="html">The Squeak Enterprise Aubergines Server - general discussion. &amp;nbsp;Seaside is &amp;nbsp;a Squeak Web Development Environment.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-17216309</id>
	<title>Re: SEO and Seaside</title>
	<published>2008-05-13T12:18:34Z</published>
	<updated>2008-05-13T12:18:34Z</updated>
	<author>
		<name>Lukas Renggli</name>
	</author>
	<content type="html">&amp;gt; I'm having great difficulty loading Pier from SqueakMap. Lots of errors.
&lt;br&gt;&amp;gt; Whatever portion I have successfully loaded, I've had a cursory look at, and
&lt;br&gt;&amp;gt; it's very complicated. It would seem that it'll take me months to understand
&lt;br&gt;&amp;gt; the Pier code.
&lt;br&gt;&lt;br&gt;Try the one-click image or start from a fresh 3.9 image, that usually
&lt;br&gt;works without problems.
&lt;br&gt;&lt;br&gt;&amp;gt; Is it possible to give me a few pointers that can quickly get me to what I
&lt;br&gt;&amp;gt; need to know? I don't have that much time and resources to go wading through
&lt;br&gt;&amp;gt; Pier just to figure out how to make my app SEO-friendly.
&lt;br&gt;&lt;br&gt;Have a look at #updateRoot: and #initialRequest: of WABrowser that
&lt;br&gt;comes with Seaside. This is simpler.
&lt;br&gt;&lt;br&gt;What I wanted to point out with Pier is that the web-sites are
&lt;br&gt;properly indexed by Google. The implementation is obscure indeed,
&lt;br&gt;because I have to keep backward comparability with existing code.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216309&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SEO-and-Seaside-tp17187198p17216309.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17215745</id>
	<title>Re: version control usage for Seaside/Squeak</title>
	<published>2008-05-13T11:51:38Z</published>
	<updated>2008-05-13T11:51:38Z</updated>
	<author>
		<name>Adrian Lienhard</name>
	</author>
	<content type="html">Hi Chris,
&lt;br&gt;&lt;br&gt;We use Monticello as follows. For each project we have an empty root &amp;nbsp;
&lt;br&gt;package with dependencies to all other packages (including for example &amp;nbsp;
&lt;br&gt;Seaside). In general, you commit the root package to the repository to &amp;nbsp;
&lt;br&gt;keep different versions of different packages together. In addition we &amp;nbsp;
&lt;br&gt;use MC configuration maps for development, testing and production &amp;nbsp;
&lt;br&gt;image configurations. The dev map, for instance, has additional &amp;nbsp;
&lt;br&gt;packages like eCompletion and Shout whereas production configuration &amp;nbsp;
&lt;br&gt;for example includes a vnc server. Then we have an automatic build &amp;nbsp;
&lt;br&gt;system that grabs new maps and builds images from scratch.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Adrian
&lt;br&gt;&lt;br&gt;On May 13, 2008, at 19:35 , Chris Dawson wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm new to Seaside and Squeak. &amp;nbsp;Monticello is a different version &amp;nbsp;
&lt;br&gt;&amp;gt; control system for me and I want to know how others are building and &amp;nbsp;
&lt;br&gt;&amp;gt; deploying their apps. &amp;nbsp;What technique do people use to build, test &amp;nbsp;
&lt;br&gt;&amp;gt; and then deploy. &amp;nbsp;I imagine I'll be developing locally on my laptop &amp;nbsp;
&lt;br&gt;&amp;gt; and then pushing to a hosting server. &amp;nbsp;I assume I don't want to use &amp;nbsp;
&lt;br&gt;&amp;gt; fileOut and fileIn to manage the code I write. &amp;nbsp;If you are open to &amp;nbsp;
&lt;br&gt;&amp;gt; sharing your code management solutions, I'd like to know. &amp;nbsp;I ask &amp;nbsp;
&lt;br&gt;&amp;gt; because there might be managment solutions that are not obvious to &amp;nbsp;
&lt;br&gt;&amp;gt; me as I am unfamiliar with programming in an image-based tool like &amp;nbsp;
&lt;br&gt;&amp;gt; Smalltalk/Squeak.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17215745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17215745&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/version-control-usage-for-Seaside-Squeak-tp17214174p17215745.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17214914</id>
	<title>Re: version control usage for Seaside/Squeak</title>
	<published>2008-05-13T11:07:38Z</published>
	<updated>2008-05-13T11:07:38Z</updated>
	<author>
		<name>Matthias Berth-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I put all my code in a Monticello package. I save (publish) his
&lt;br&gt;regularly to a local repository on my hard disk. I deploy initially by
&lt;br&gt;copying the image to the production server. Then I can update that by
&lt;br&gt;loading the updated monticello packages. Getting started with
&lt;br&gt;Monticello was not that difficult, I guess &amp;quot;Squeak by Example&amp;quot; has
&lt;br&gt;good up to date information on it. See also
&lt;br&gt;&lt;a href=&quot;http://preeminent.org/squeak/tut2007/html/128.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://preeminent.org/squeak/tut2007/html/128.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Feel free to ask more specific questions :-)
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Matthias
&lt;br&gt;&lt;br&gt;On Tue, May 13, 2008 at 7:35 PM, Chris Dawson &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17214914&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xrdawson@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm new to Seaside and Squeak. &amp;nbsp;Monticello is a different version control
&lt;br&gt;&amp;gt; system for me and I want to know how others are building and deploying their
&lt;br&gt;&amp;gt; apps. &amp;nbsp;What technique do people use to build, test and then deploy. &amp;nbsp;I
&lt;br&gt;&amp;gt; imagine I'll be developing locally on my laptop and then pushing to a
&lt;br&gt;&amp;gt; hosting server. &amp;nbsp;I assume I don't want to use fileOut and fileIn to manage
&lt;br&gt;&amp;gt; the code I write. &amp;nbsp;If you are open to sharing your code management
&lt;br&gt;&amp;gt; solutions, I'd like to know. &amp;nbsp;I ask because there might be managment
&lt;br&gt;&amp;gt; solutions that are not obvious to me as I am unfamiliar with programming in
&lt;br&gt;&amp;gt; an image-based tool like Smalltalk/Squeak.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp;seaside mailing list
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17214914&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17214914&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/version-control-usage-for-Seaside-Squeak-tp17214174p17214914.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17214174</id>
	<title>version control usage for Seaside/Squeak</title>
	<published>2008-05-13T10:35:37Z</published>
	<updated>2008-05-13T10:35:37Z</updated>
	<author>
		<name>Chris Dawson</name>
	</author>
	<content type="html">Hi all,&lt;br&gt;&lt;br&gt;I&amp;#39;m new to Seaside and Squeak.&amp;nbsp; Monticello is a different version control system for me and I want to know how others are building and deploying their apps.&amp;nbsp; What technique do people use to build, test and then deploy.&amp;nbsp; I imagine I&amp;#39;ll be developing locally on my laptop and then pushing to a hosting server.&amp;nbsp; I assume I don&amp;#39;t want to use fileOut and fileIn to manage the code I write.&amp;nbsp; If you are open to sharing your code management solutions, I&amp;#39;d like to know.&amp;nbsp; I ask because there might be managment solutions that are not obvious to me as I am unfamiliar with programming in an image-based tool like Smalltalk/Squeak.&lt;br&gt;
&lt;br&gt;Thanks,&lt;br&gt;Chris&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17214174&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/version-control-usage-for-Seaside-Squeak-tp17214174p17214174.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17213265</id>
	<title>Re: SEO and Seaside</title>
	<published>2008-05-13T09:52:07Z</published>
	<updated>2008-05-13T09:52:07Z</updated>
	<author>
		<name>Richard Eng</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6001.18023&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Verdana&gt;I'm having great difficulty loading Pier from SqueakMap. 
Lots of errors. Whatever portion I have successfully&amp;nbsp;loaded, I've had a 
cursory look at, and it's very complicated. It would seem that it'll take me 
months to understand the Pier code.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana&gt;Is it possible to give me a few pointers that can 
quickly get me to what I need to know? I don't have that much time and resources 
to go wading through Pier just to figure out how to make my app 
SEO-friendly.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana&gt;Thanks,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Verdana&gt;Richard&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17213265&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SEO-and-Seaside-tp17187198p17213265.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17201384</id>
	<title>Re: [ANN] OmniBrowser SeasideXUL Platform</title>
	<published>2008-05-12T22:30:36Z</published>
	<updated>2008-05-12T22:30:36Z</updated>
	<author>
		<name>Pavel Krivanek-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Tue, May 13, 2008 at 3:04 AM, Milan Zimmermann
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201384&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;milan.zimmermann@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 2008 May 12, Pavel Krivanek wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; there's the new project home on google code:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://code.google.com/p/seasidexul/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/seasidexul/&lt;/a&gt;. You may download the image with
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; OmniBrowser from this site.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; There's an experimental image based on the KernelImage too.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Can you describe your loading problems from the SqueakSource?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I have loaded all projects from Squeaksource that you described in the
&lt;br&gt;&amp;gt; &amp;nbsp;original XUL email mid-April
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://permalink.gmane.org/gmane.comp.lang.smalltalk.squeak.seaside/15269&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://permalink.gmane.org/gmane.comp.lang.smalltalk.squeak.seaside/15269&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; (although I generally loaded the latest).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;When attaching to running server:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://localhost:8085/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8085/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I obtained:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Internal Error
&lt;br&gt;&amp;gt; &amp;nbsp;Error: My subclass should have overridden #encodeUrl:
&lt;br&gt;&amp;gt; &amp;nbsp;WANullCodec(Object)&amp;gt;&amp;gt;subclassResponsibility
&lt;br&gt;&amp;gt; &amp;nbsp;WANullCodec(WACodec)&amp;gt;&amp;gt;encodeUrl:
&lt;br&gt;&amp;gt; &amp;nbsp;WAUrlEncoder&amp;gt;&amp;gt;nextPutAll:
&lt;br&gt;&amp;gt; &amp;nbsp;[] in WAUrl&amp;gt;&amp;gt;encodePathOn: {[:each | aDocument urlEncoder nextPutAll: each]}
&lt;br&gt;&amp;gt; &amp;nbsp;OrderedCollection(SequenceableCollection)&amp;gt;&amp;gt;do:separatedBy:
&lt;br&gt;&amp;gt; &amp;nbsp;WAUrl&amp;gt;&amp;gt;encodePathOn:
&lt;br&gt;&amp;gt; &amp;nbsp;WAUrl&amp;gt;&amp;gt;encodeOn:usingHtmlEntities:
&lt;br&gt;&amp;gt; &amp;nbsp;WAUrl&amp;gt;&amp;gt;encodeOn:
&lt;br&gt;&amp;gt; &amp;nbsp;WAHtmlStreamDocument&amp;gt;&amp;gt;print:
&lt;br&gt;&amp;gt; &amp;nbsp;[] in WAHtmlAttributes&amp;gt;&amp;gt;encodeOn: {[:key :value | value == false ifFalse:
&lt;br&gt;&amp;gt; &amp;nbsp;[aDocument nextPut: Character space...]}
&lt;br&gt;&amp;gt; &amp;nbsp;WAHtmlAttributes(WASmallDictionary)&amp;gt;&amp;gt;keysAndValuesDo:
&lt;br&gt;&amp;gt; &amp;nbsp;WAHtmlAttributes&amp;gt;&amp;gt;encodeOn:
&lt;br&gt;&amp;gt; &amp;nbsp;WAHtmlStreamDocument&amp;gt;&amp;gt;openTag:attributes:closed:
&lt;br&gt;&amp;gt; &amp;nbsp;WALinkElement(WAHtmlElement)&amp;gt;&amp;gt;encodeBeforeOn:
&lt;br&gt;&amp;gt; &amp;nbsp;WALinkElement(WAHtmlElement)&amp;gt;&amp;gt;encodeOn:
&lt;br&gt;&amp;gt; &amp;nbsp;WAHtmlStreamDocument&amp;gt;&amp;gt;print:
&lt;br&gt;&amp;gt; &amp;nbsp;[] in WAHtmlRoot&amp;gt;&amp;gt;writeElementsOn: {[:each | aDocument print: each]}
&lt;br&gt;&amp;gt; &amp;nbsp;OrderedCollection&amp;gt;&amp;gt;do:
&lt;br&gt;&amp;gt; &amp;nbsp;WAHtmlRoot&amp;gt;&amp;gt;writeElementsOn:
&lt;br&gt;&amp;gt; &amp;nbsp;WAHtmlRoot&amp;gt;&amp;gt;writeHeadOn:
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;hmm, you need to execute some extra initialization for Seaside 2.9
&lt;br&gt;from this days:
&lt;br&gt;WAExternalID initialize.
&lt;br&gt;WAStandardFiles initialize.
&lt;br&gt;WAFileHandler initialize.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; You may use the issue tracker.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Before that, I will have to do this again, I did not pay attention to details.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Also, as latest XUL is now in Seaside 2.8, would there be an equivalent list
&lt;br&gt;&amp;gt; &amp;nbsp;of projects to load?
&lt;br&gt;&lt;br&gt;Current SeasideXUL is designed for Seaside 2.8 and it is not working
&lt;br&gt;under Seaside 2.9.
&lt;br&gt;You need only to load DynamicBindings, KomServices and KomHttpServer
&lt;br&gt;from SqueakMap and latest Seaside 2.8 from SqueakSource before loading
&lt;br&gt;the SeasideXUL.
&lt;br&gt;&lt;br&gt;for OB-SeasideXUL you need this OmniBrowser packages from
&lt;br&gt;&lt;a href=&quot;http://source.wiresong.ca/ob/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://source.wiresong.ca/ob/&lt;/a&gt;&amp;nbsp;:
&lt;br&gt;OmniBrowser, OB-Standard
&lt;br&gt;&lt;br&gt;For additional OmniBrowser tools you need this packages from
&lt;br&gt;seaside.gemstone.com/ss/GemStone :
&lt;br&gt;OB-Tools-lr.12, OB-Monticello-dkh.28
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- Pavel
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Milan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; -- Pavel
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; On Mon, May 12, 2008 at 3:28 AM, Milan Zimmermann
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201384&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;milan.zimmermann@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; Hi Pavel,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;Very nice, and I have a question. I tried to install SeasideXUL from
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;squeaksource but had some problems, so I am using your SeasideXUL image
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; for now. Which of the images on your site
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL&lt;/a&gt;&amp;nbsp;has the up to date SeasideXUL, is
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; it &amp;nbsp;obseasidexul.zip or &amp;nbsp;SeasideXUL.zip ? (I used SeasideXUL but it seems
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; the other is newer)
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;Thanks Milan
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;On 2008 May 9, Pavel Krivanek wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; I have created the initial implementation of SeasideXUL Platform for
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; OmniBrowser.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; screenshot:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; prepared image:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; Firefox 3 or XULRunner is necessary to run it on the client side.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; Remeber it is still far from perfect but it starts to be slowly
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; usable. More helping hands are welcome :-)
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; -- Pavel
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201384&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;_______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;seaside mailing list
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201384&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201384&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;_______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp;seaside mailing list
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201384&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201384&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--OmniBrowser-SeasideXUL-Platform-tp17146311p17201384.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17201176</id>
	<title>Re: [ANN] OmniBrowser SeasideXUL Platform</title>
	<published>2008-05-12T18:04:58Z</published>
	<updated>2008-05-12T18:04:58Z</updated>
	<author>
		<name>milan.zimmermann</name>
	</author>
	<content type="html">On 2008 May 12, Pavel Krivanek wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; there's the new project home on google code:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://code.google.com/p/seasidexul/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/seasidexul/&lt;/a&gt;. You may download the image with
&lt;br&gt;&amp;gt; OmniBrowser from this site.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&amp;gt; There's an experimental image based on the KernelImage too.
&lt;br&gt;&amp;gt; Can you describe your loading problems from the SqueakSource? 
&lt;br&gt;&lt;br&gt;I have loaded all projects from Squeaksource that you described in the 
&lt;br&gt;original XUL email mid-April 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://permalink.gmane.org/gmane.comp.lang.smalltalk.squeak.seaside/15269&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://permalink.gmane.org/gmane.comp.lang.smalltalk.squeak.seaside/15269&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;(although I generally loaded the latest). 
&lt;br&gt;&lt;br&gt;When attaching to running server:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://localhost:8085/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8085/seaside&lt;/a&gt;&lt;br&gt;&lt;br&gt;I obtained:
&lt;br&gt;&lt;br&gt;Internal Error
&lt;br&gt;Error: My subclass should have overridden #encodeUrl:
&lt;br&gt;WANullCodec(Object)&amp;gt;&amp;gt;subclassResponsibility
&lt;br&gt;WANullCodec(WACodec)&amp;gt;&amp;gt;encodeUrl:
&lt;br&gt;WAUrlEncoder&amp;gt;&amp;gt;nextPutAll:
&lt;br&gt;[] in WAUrl&amp;gt;&amp;gt;encodePathOn: {[:each | aDocument urlEncoder nextPutAll: each]}
&lt;br&gt;OrderedCollection(SequenceableCollection)&amp;gt;&amp;gt;do:separatedBy:
&lt;br&gt;WAUrl&amp;gt;&amp;gt;encodePathOn:
&lt;br&gt;WAUrl&amp;gt;&amp;gt;encodeOn:usingHtmlEntities:
&lt;br&gt;WAUrl&amp;gt;&amp;gt;encodeOn:
&lt;br&gt;WAHtmlStreamDocument&amp;gt;&amp;gt;print:
&lt;br&gt;[] in WAHtmlAttributes&amp;gt;&amp;gt;encodeOn: {[:key :value | value == false ifFalse: 
&lt;br&gt;[aDocument nextPut: Character space...]}
&lt;br&gt;WAHtmlAttributes(WASmallDictionary)&amp;gt;&amp;gt;keysAndValuesDo:
&lt;br&gt;WAHtmlAttributes&amp;gt;&amp;gt;encodeOn:
&lt;br&gt;WAHtmlStreamDocument&amp;gt;&amp;gt;openTag:attributes:closed:
&lt;br&gt;WALinkElement(WAHtmlElement)&amp;gt;&amp;gt;encodeBeforeOn:
&lt;br&gt;WALinkElement(WAHtmlElement)&amp;gt;&amp;gt;encodeOn:
&lt;br&gt;WAHtmlStreamDocument&amp;gt;&amp;gt;print:
&lt;br&gt;[] in WAHtmlRoot&amp;gt;&amp;gt;writeElementsOn: {[:each | aDocument print: each]}
&lt;br&gt;OrderedCollection&amp;gt;&amp;gt;do:
&lt;br&gt;WAHtmlRoot&amp;gt;&amp;gt;writeElementsOn:
&lt;br&gt;WAHtmlRoot&amp;gt;&amp;gt;writeHeadOn: 
&lt;br&gt;&lt;br&gt;&amp;gt; You may use the issue tracker.
&lt;br&gt;&lt;br&gt;Before that, I will have to do this again, I did not pay attention to details. 
&lt;br&gt;&lt;br&gt;Also, as latest XUL is now in Seaside 2.8, would there be an equivalent list 
&lt;br&gt;of projects to load?
&lt;br&gt;&lt;br&gt;Milan
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; -- Pavel
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, May 12, 2008 at 3:28 AM, Milan Zimmermann
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201176&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;milan.zimmermann@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi Pavel,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Very nice, and I have a question. I tried to install SeasideXUL from
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;squeaksource but had some problems, so I am using your SeasideXUL image
&lt;br&gt;&amp;gt; &amp;gt; for now. Which of the images on your site
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL&lt;/a&gt;&amp;nbsp;has the up to date SeasideXUL, is
&lt;br&gt;&amp;gt; &amp;gt; it &amp;nbsp;obseasidexul.zip or &amp;nbsp;SeasideXUL.zip ? (I used SeasideXUL but it seems
&lt;br&gt;&amp;gt; &amp;gt; the other is newer)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Thanks Milan
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;On 2008 May 9, Pavel Krivanek wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; I have created the initial implementation of SeasideXUL Platform for
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; OmniBrowser.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; screenshot:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; prepared image:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; Firefox 3 or XULRunner is necessary to run it on the client side.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; Remeber it is still far from perfect but it starts to be slowly
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; usable. More helping hands are welcome :-)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; -- Pavel
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201176&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;_______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;seaside mailing list
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201176&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201176&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17201176&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--OmniBrowser-SeasideXUL-Platform-tp17146311p17201176.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17187535</id>
	<title>Re: SEO and Seaside</title>
	<published>2008-05-12T06:27:31Z</published>
	<updated>2008-05-12T06:27:31Z</updated>
	<author>
		<name>Lukas Renggli</name>
	</author>
	<content type="html">&amp;gt; &amp;gt; Is Seaside/Squeak SEO-friendly?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No, in general anything that requires a session is not.
&lt;br&gt;&lt;br&gt;It can be made SEO-friendly though. See Pier with examples like
&lt;br&gt;seaside.st, lukas-renggli.ch, etc.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187535&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SEO-and-Seaside-tp17187198p17187535.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17187337</id>
	<title>Re: SEO and Seaside</title>
	<published>2008-05-12T06:16:33Z</published>
	<updated>2008-05-12T06:16:33Z</updated>
	<author>
		<name>Philippe Marschall</name>
	</author>
	<content type="html">2008/5/12, Richard Eng &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187337&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.eng@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Is Seaside/Squeak SEO-friendly?
&lt;br&gt;&lt;br&gt;No, in general anything that requires a session is not.
&lt;br&gt;&lt;br&gt;&amp;gt; My website isn't showing up in any search
&lt;br&gt;&amp;gt; results on Google, Yahoo!, or MSN.
&lt;br&gt;&lt;br&gt;Due to the sheer market share you can afford to concentrate on Google
&lt;br&gt;only. To get more feedback register for Google Webmaster Tools:
&lt;br&gt;www.google.com/webmasters/tools
&lt;br&gt;&lt;br&gt;&amp;gt; Apparently, spiders have a hard time
&lt;br&gt;&amp;gt; scanning my website. Perhaps because of the &amp;quot;dynamic&amp;quot; nature of the
&lt;br&gt;&amp;gt; application?
&lt;br&gt;&lt;br&gt;Very likely, remember each search result must be &amp;quot;linkable&amp;quot;
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;Philippe
&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187337&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SEO-and-Seaside-tp17187198p17187337.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17187198</id>
	<title>SEO and Seaside</title>
	<published>2008-05-12T06:06:53Z</published>
	<updated>2008-05-12T06:06:53Z</updated>
	<author>
		<name>Richard Eng</name>
	</author>
	<content type="html">Is Seaside/Squeak SEO-friendly? My website isn't showing up in any &amp;nbsp;
&lt;br&gt;search results on Google, Yahoo!, or MSN. Apparently, spiders have a &amp;nbsp;
&lt;br&gt;hard time scanning my website. Perhaps because of the &amp;quot;dynamic&amp;quot; nature &amp;nbsp;
&lt;br&gt;of the application?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Richard
&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187198&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SEO-and-Seaside-tp17187198p17187198.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17186980</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-12T05:52:10Z</published>
	<updated>2008-05-12T05:52:10Z</updated>
	<author>
		<name>Randal L. Schwartz</name>
	</author>
	<content type="html">&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Adrian&amp;quot; == Adrian Lienhard &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17186980&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adi@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;Adrian&amp;gt; With respect to relational DBs, Squeak has good support for Postgres. &amp;nbsp;We are
&lt;br&gt;Adrian&amp;gt; successfully using this combination in a couple of larger &amp;nbsp;projects.
&lt;br&gt;&lt;br&gt;Precisely... I just deployed my first commercial application yesterday
&lt;br&gt;using Squeak to talk to a legacy PostgreSQL database with GLORP,
&lt;br&gt;Magritte, and Seaside.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17186980&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;merlyn@...&lt;/a&gt;&amp;gt; &amp;lt;URL:&lt;a href=&quot;http://www.stonehenge.com/merlyn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stonehenge.com/merlyn/&lt;/a&gt;&amp;gt;
&lt;br&gt;Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
&lt;br&gt;See &lt;a href=&quot;http://methodsandmessages.vox.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://methodsandmessages.vox.com/&lt;/a&gt;&amp;nbsp;for Smalltalk and Seaside discussion
&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17186980&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17186980.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17184356</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-12T02:46:01Z</published>
	<updated>2008-05-12T02:46:01Z</updated>
	<author>
		<name>Adrian Lienhard</name>
	</author>
	<content type="html">&lt;br&gt;On May 12, 2008, at 06:37 , Aaron Broad wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I second that.. I think coming from java the persistence options &amp;nbsp;
&lt;br&gt;&amp;gt; other than gemstone seem unprofessional and scary for using seaside &amp;nbsp;
&lt;br&gt;&amp;gt; commerciallly.
&lt;br&gt;&lt;br&gt;With respect to relational DBs, Squeak has good support for Postgres. &amp;nbsp;
&lt;br&gt;We are successfully using this combination in a couple of larger &amp;nbsp;
&lt;br&gt;projects.
&lt;br&gt;&lt;br&gt;Adrian
&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17184356&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17184356.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17183410</id>
	<title>Re: [ANN] OmniBrowser SeasideXUL Platform</title>
	<published>2008-05-12T01:34:21Z</published>
	<updated>2008-05-12T01:34:21Z</updated>
	<author>
		<name>Pavel Krivanek-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;there's the new project home on google code:
&lt;br&gt;&lt;a href=&quot;http://code.google.com/p/seasidexul/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/seasidexul/&lt;/a&gt;. You may download the image with
&lt;br&gt;OmniBrowser from this site.
&lt;br&gt;There's an experimental image based on the KernelImage too.
&lt;br&gt;Can you describe your loading problems from the SqueakSource? You may
&lt;br&gt;use the issue tracker.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- Pavel
&lt;br&gt;&lt;br&gt;On Mon, May 12, 2008 at 3:28 AM, Milan Zimmermann
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17183410&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;milan.zimmermann@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Pavel,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Very nice, and I have a question. I tried to install SeasideXUL from
&lt;br&gt;&amp;gt; &amp;nbsp;squeaksource but had some problems, so I am using your SeasideXUL image for
&lt;br&gt;&amp;gt; &amp;nbsp;now. Which of the images on your site &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;has the up to date SeasideXUL, is it &amp;nbsp;obseasidexul.zip or &amp;nbsp;SeasideXUL.zip ?
&lt;br&gt;&amp;gt; &amp;nbsp;(I used SeasideXUL but it seems the other is newer)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Thanks Milan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;On 2008 May 9, Pavel Krivanek wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; I have created the initial implementation of SeasideXUL Platform for
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; OmniBrowser.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; screenshot:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; prepared image: &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Firefox 3 or XULRunner is necessary to run it on the client side.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Remeber it is still far from perfect but it starts to be slowly
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; usable. More helping hands are welcome :-)
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; -- Pavel
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17183410&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;_______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp;seaside mailing list
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17183410&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17183410&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--OmniBrowser-SeasideXUL-Platform-tp17146311p17183410.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17183062</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-12T00:55:23Z</published>
	<updated>2008-05-12T00:55:23Z</updated>
	<author>
		<name>James Foster-5</name>
	</author>
	<content type="html">On May 12, 2008, at 8:54 AM, Steve Wart wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi James,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is the limited license for Linux available for 32-bit CPUs? I wasn't &amp;nbsp;
&lt;br&gt;&amp;gt; able to find a link to something that would work on Redhat x686.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;&lt;br&gt;No, while we have a 32-bit product that is commercially available and &amp;nbsp;
&lt;br&gt;supported, it has significant limitations on scaling and it doesn't &amp;nbsp;
&lt;br&gt;have the VM enhancements required to support Seaside. With the &amp;nbsp;
&lt;br&gt;possible exception of hosted servers, 64-bit hardware is now &amp;nbsp;
&lt;br&gt;sufficiently inexpensive so that we recommend that new development &amp;nbsp;
&lt;br&gt;start there.
&lt;br&gt;&lt;br&gt;James Foster
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17183062&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17183062.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17182472</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-11T23:54:26Z</published>
	<updated>2008-05-11T23:54:26Z</updated>
	<author>
		<name>Steve Wart</name>
	</author>
	<content type="html">Hi James,&lt;br&gt;&lt;br&gt;Is the limited license for Linux available for 32-bit CPUs? I wasn&amp;#39;t able to find a link to something that would work on Redhat x686.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Steve&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, May 12, 2008 at 7:06 AM, James Foster &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182472&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Smalltalk@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;On May 12, 2008, at 7:23 AM, Edward Stow wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
On Mon, May 12, 2008 at 3:14 PM, James Foster &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182472&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Smalltalk@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
GemStone/S Web Edition is available at no cost, even for commercial use,&lt;br&gt;
with the primary limitation of 4 GB of disk. For more information see&lt;br&gt;
&lt;a href=&quot;http://seaside.gemstone.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://seaside.gemstone.com&lt;/a&gt;. Dale&amp;#39;s blog&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
James, could you clarify the terms and conditions of the Web Edition.&lt;br&gt;
That is Gemstone is available for free commercial use **only if**&lt;br&gt;
Gemstone is running on / in the VMWare virtual appliance. &amp;nbsp;Can you&lt;br&gt;
confirm?&lt;br&gt;
&lt;br&gt;
For me this is an awkward restriction as I use a VPS to host my web&lt;br&gt;
applications.&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
Edward,&lt;br&gt;
&lt;br&gt;
While the formal license (&lt;a href=&quot;http://seaside.gemstone.com/docs/GLASS-License.pdf&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://seaside.gemstone.com/docs/GLASS-License.pdf&lt;/a&gt;) is the final word, I can say that the Web Edition is tied to Linux, not a particular hardware environment (virtual or otherwise). The VMware virtual appliance is intended to simplify the install/setup/configuration process (which is non-trivial and requires changes to the various kernel parameters such as virtual memory). A VPS host should be just fine (provided you have root or sudo access to set kernel parameters).&lt;div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
&lt;br&gt;
James Foster&lt;br&gt;
GemStone Systems, Inc.&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

&lt;br&gt;
&lt;/blockquote&gt;&lt;/blockquote&gt;
_______________________________________________&lt;br&gt;
seaside mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182472&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182472&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17182472.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17182107</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-11T23:17:06Z</published>
	<updated>2008-05-11T23:17:06Z</updated>
	<author>
		<name>James Foster-5</name>
	</author>
	<content type="html">On May 12, 2008, at 7:22 AM, Chris Dawson wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; James (and Aaron),
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for the input. &amp;nbsp;I'm reading up on Magma, but GemStone/S looks &amp;nbsp;
&lt;br&gt;&amp;gt; like a great fit. &amp;nbsp;Where can I find a tutorial on using it? &amp;nbsp;I read &amp;nbsp;
&lt;br&gt;&amp;gt; a bit about it in the 414 page PDF on the site. &amp;nbsp;Is there something &amp;nbsp;
&lt;br&gt;&amp;gt; a bit shorter that I could use to build upon the STTodoTut app?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&lt;br&gt;Chris,
&lt;br&gt;&lt;br&gt;So far we haven't published an intro tutorial (though I will be giving &amp;nbsp;
&lt;br&gt;one at Smalltalk Solutions in Reno in June). In general, if you follow &amp;nbsp;
&lt;br&gt;any of the existing tutorials for Squeak, things should be rather &amp;nbsp;
&lt;br&gt;similar. One approach, particularly if you are new to Smalltalk, is to &amp;nbsp;
&lt;br&gt;build the application in Squeak and then port it to GemStone/S when &amp;nbsp;
&lt;br&gt;you get closer to deployment.
&lt;br&gt;&lt;br&gt;James Foster
&lt;br&gt;GemStone Systems, Inc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182107&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17182107.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17182029</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-11T23:06:50Z</published>
	<updated>2008-05-11T23:06:50Z</updated>
	<author>
		<name>James Foster-5</name>
	</author>
	<content type="html">On May 12, 2008, at 7:23 AM, Edward Stow wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, May 12, 2008 at 3:14 PM, James Foster &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182029&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Smalltalk@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; GemStone/S Web Edition is available at no cost, even for commercial &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; use,
&lt;br&gt;&amp;gt;&amp;gt; with the primary limitation of 4 GB of disk. For more information see
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://seaside.gemstone.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seaside.gemstone.com&lt;/a&gt;. Dale's blog
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; James, could you clarify the terms and conditions of the Web Edition.
&lt;br&gt;&amp;gt; That is Gemstone is available for free commercial use **only if**
&lt;br&gt;&amp;gt; Gemstone is running on / in the VMWare virtual appliance. &amp;nbsp;Can you
&lt;br&gt;&amp;gt; confirm?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For me this is an awkward restriction as I use a VPS to host my web
&lt;br&gt;&amp;gt; applications.
&lt;/div&gt;&lt;br&gt;Edward,
&lt;br&gt;&lt;br&gt;While the formal license (&lt;a href=&quot;http://seaside.gemstone.com/docs/GLASS-License.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seaside.gemstone.com/docs/GLASS-License.pdf&lt;/a&gt;&amp;nbsp;
&lt;br&gt;) is the final word, I can say that the Web Edition is tied to Linux, &amp;nbsp;
&lt;br&gt;not a particular hardware environment (virtual or otherwise). The &amp;nbsp;
&lt;br&gt;VMware virtual appliance is intended to simplify the install/setup/ 
&lt;br&gt;configuration process (which is non-trivial and requires changes to &amp;nbsp;
&lt;br&gt;the various kernel parameters such as virtual memory). A VPS host &amp;nbsp;
&lt;br&gt;should be just fine (provided you have root or sudo access to set &amp;nbsp;
&lt;br&gt;kernel parameters).
&lt;br&gt;&lt;br&gt;James Foster
&lt;br&gt;GemStone Systems, Inc.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182029&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17182029.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17181771</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-11T22:36:11Z</published>
	<updated>2008-05-11T22:36:11Z</updated>
	<author>
		<name>James Foster-5</name>
	</author>
	<content type="html">Hi Aaron,
&lt;br&gt;&lt;br&gt;On May 12, 2008, at 6:37 AM, Aaron Broad wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I second that.. I think coming from java the persistence options &amp;nbsp;
&lt;br&gt;&amp;gt; other than gemstone seem unprofessional and scary for using seaside &amp;nbsp;
&lt;br&gt;&amp;gt; commerciallly. &amp;nbsp;But perhaps thats biased. &amp;nbsp;Maybe in smalltalk the &amp;nbsp;
&lt;br&gt;&amp;gt; idea of having a database as reliable as say mysql being written and &amp;nbsp;
&lt;br&gt;&amp;gt; maintained by one person is perfectly normal? &amp;nbsp;I've just discovered &amp;nbsp;
&lt;br&gt;&amp;gt; smalltalk/seaside. &amp;nbsp;Sadly it wasn't sooner. &amp;nbsp;It seems really &amp;nbsp;
&lt;br&gt;&amp;gt; wonderful, and am hoping to create several great web apps with it, &amp;nbsp;
&lt;br&gt;&amp;gt; but I too am worried about my data. &amp;nbsp;What are the best data &amp;nbsp;
&lt;br&gt;&amp;gt; options? &amp;nbsp;What are the tradeoffs. &amp;nbsp;How reliable are they really in &amp;nbsp;
&lt;br&gt;&amp;gt; your experience?
&lt;/div&gt;&lt;br&gt;As to GemStone/S (disclaimer: I'm an employee), the product is over 2 &amp;nbsp;
&lt;br&gt;decades old and is being used around the world by Swiss banks, New &amp;nbsp;
&lt;br&gt;York investment firms, trading exchanges, container shipping &amp;nbsp;
&lt;br&gt;companies, chip manufacturing plants, etc. The database engine has &amp;nbsp;
&lt;br&gt;full transaction semantics (including transaction log replay), so &amp;nbsp;
&lt;br&gt;reliability is generally as good as your hardware and backup plans &amp;nbsp;
&lt;br&gt;(e.g., use disk mirroring, keep an off-site backup, etc.).
&lt;br&gt;&lt;br&gt;&amp;gt; I'm convinced already that seaside is the easiest way to make web &amp;nbsp;
&lt;br&gt;&amp;gt; apps, but am worried about data reliability. &amp;nbsp;I read somewhere &amp;nbsp;
&lt;br&gt;&amp;gt; dabble db uses an inhouse written database? &amp;nbsp;Like that just sounds &amp;nbsp;
&lt;br&gt;&amp;gt; so 1970s to a java programmer or even a ruby programmer i imagine.
&lt;br&gt;&lt;br&gt;The DabbleDB approach is actually one where they save the objects to &amp;nbsp;
&lt;br&gt;disk using &amp;quot;image segments,&amp;quot; using features they added to Squeak (I &amp;nbsp;
&lt;br&gt;believe). They have the benefit of only having to convince themselves &amp;nbsp;
&lt;br&gt;(and their customers) that it works, so they aren't tied to brands or &amp;nbsp;
&lt;br&gt;other perceptions. They just use the simplest thing that works, and &amp;nbsp;
&lt;br&gt;focus their efforts on providing other value to their customers. Since &amp;nbsp;
&lt;br&gt;they don't have to argue technology with Java programmers and a large &amp;nbsp;
&lt;br&gt;organization, they can move on to other things. It is good work if you &amp;nbsp;
&lt;br&gt;can get it!
&lt;br&gt;&lt;br&gt;&amp;gt; I have trouble convincing java programmers that db4o is useful, even &amp;nbsp;
&lt;br&gt;&amp;gt; though its backed by a large organization and is open source and &amp;nbsp;
&lt;br&gt;&amp;gt; what not. &amp;nbsp;There is just this general distrust for anything that &amp;nbsp;
&lt;br&gt;&amp;gt; doesn't in the end, end up in an SQL database with a brand name.
&lt;br&gt;&lt;br&gt;If someone were looking for commercial support for RDB connectivity, &amp;nbsp;
&lt;br&gt;then Cincom's work with GLORP would be something to investigate.
&lt;br&gt;&lt;br&gt;&amp;gt; I expect Gemstone to do brisk business on this mindset. &amp;nbsp;But are &amp;nbsp;
&lt;br&gt;&amp;gt; there free($ and open source) options of comparable quality, if not &amp;nbsp;
&lt;br&gt;&amp;gt; in speed, but in reliability?
&lt;br&gt;&lt;br&gt;The GemStone Web Edition is the commercial product limited is scaling &amp;nbsp;
&lt;br&gt;but not in reliability (e.g., the database is limited to 4 GB). It &amp;nbsp;
&lt;br&gt;provides all the same reliability features and can be used for &amp;nbsp;
&lt;br&gt;commercial applications at no cost (but is not open source).
&lt;br&gt;&lt;br&gt;James Foster
&lt;br&gt;GemStone Systems, Inc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181771&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17181771.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17181673</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-11T22:23:20Z</published>
	<updated>2008-05-11T22:23:20Z</updated>
	<author>
		<name>Edward Stow</name>
	</author>
	<content type="html">On Mon, May 12, 2008 at 3:14 PM, James Foster &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Smalltalk@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; GemStone/S Web Edition is available at no cost, even for commercial use,
&lt;br&gt;&amp;gt; with the primary limitation of 4 GB of disk. For more information see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://seaside.gemstone.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seaside.gemstone.com&lt;/a&gt;. Dale's blog
&lt;br&gt;&lt;br&gt;James, could you clarify the terms and conditions of the Web Edition.
&lt;br&gt;That is Gemstone is available for free commercial use **only if**
&lt;br&gt;Gemstone is running on / in the VMWare virtual appliance. &amp;nbsp;Can you
&lt;br&gt;confirm?
&lt;br&gt;&lt;br&gt;For me this is an awkward restriction as I use a VPS to host my web
&lt;br&gt;applications.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://gemstonesoup.wordpress.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gemstonesoup.wordpress.com/&lt;/a&gt;) has a series of posts on scaling, as
&lt;br&gt;&amp;gt; well as other good, up-to-date information. The Seaside work is in an open
&lt;br&gt;&amp;gt; beta where anyone who asks is given access to the latest download.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; James Foster
&lt;br&gt;&amp;gt; GemStone Systems, Inc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp;seaside mailing list
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181673&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Edward Stow
&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181673&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17181673.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17181666</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-11T22:22:15Z</published>
	<updated>2008-05-11T22:22:15Z</updated>
	<author>
		<name>Chris Dawson</name>
	</author>
	<content type="html">James (and Aaron),&lt;br&gt;&lt;br&gt;Thanks for the input.&amp;nbsp; I&amp;#39;m reading up on Magma, but GemStone/S looks like a great fit.&amp;nbsp; Where can I find a tutorial on using it?&amp;nbsp; I read a bit about it in the 414 page PDF on the site.&amp;nbsp; Is there something a bit shorter that I could use to build upon the STTodoTut app?&amp;nbsp; &lt;br&gt;
&lt;br&gt;Chris&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, May 11, 2008 at 10:14 PM, James Foster &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181666&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Smalltalk@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div style=&quot;&quot;&gt;&lt;div&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;div&gt;On May 12, 2008, at 5:53 AM, Chris Dawson wrote:&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;I&amp;#39;m new to Seaside and am reading the great Seaside tutorial here:&amp;nbsp; &lt;a href=&quot;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&lt;/a&gt;.&amp;nbsp; I am somewhat unimpressed with the section on persistence.&amp;nbsp; I&amp;#39;m looking for advice on how to build my application so that I can scale when needed.&amp;nbsp; Should I be using GemStone/S?&amp;nbsp; Or, another OOP database, like GOODS?&amp;nbsp; GOODS scares me as it looks like it is supported by an individual, not a community or company.&amp;nbsp; Any advice is appreciated.&amp;nbsp; What attracted me to Seaside was precisely the notion that I could avoid dealing with scaling problems like you see in Ruby on Rails.&lt;br&gt;
 &lt;br&gt;Chris&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Hi Chris,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Welcome to Seaside. I&amp;#39;ve been reading the printed copy of the Potsdam tutorial and like it as well. One thing to note is that it is specifically tied to Squeak, so does not reflect the commercial offerings. For example, I think you will find that Cincom&amp;#39;s approach (based on GLORP) will provide a very strong tie to a variety of industrial strength relational databases. See James Robertson&amp;#39;s bog (&lt;a href=&quot;http://www.cincomsmalltalk.com/blog/View.ssp%29&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.cincomsmalltalk.com/blog/View.ssp)&lt;/a&gt; for more on that approach.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Of course, if you are building a new application and are not tied to a relational database, I&amp;#39;d recommend GemStone/S (but then I&amp;#39;m employed by GemStone ;-). We believe that GemStone&amp;#39;s contribution to Seaside is, of course, persistence, scaling, and simplicity (avoiding O/R mapping). As to scaling, the design limits exceed whatever hardware you are likely to purchase (number of machines, CPUs, amount of RAM, amount of disk, etc.). We have (non-Seaside) customers with hundreds of machines connected to the same database, others with thousands of concurrent database connections, databases of hundreds of GB, thousands of transactions per second, response times measured in low milliseconds, etc.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;GemStone/S Web Edition is available at no cost, even for commercial use, with the primary limitation of 4 GB of disk. For more information see &lt;a href=&quot;http://seaside.gemstone.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://seaside.gemstone.com&lt;/a&gt;. Dale&amp;#39;s blog (&lt;a href=&quot;http://gemstonesoup.wordpress.com/%29&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://gemstonesoup.wordpress.com/)&lt;/a&gt; has a series of posts on scaling, as well as other good, up-to-date information. The Seaside work is in an open beta where anyone who asks is given access to the latest download.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;James Foster&lt;/div&gt;&lt;div&gt;GemStone Systems, Inc.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________&lt;br&gt;

seaside mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181666&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181666&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17181666.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17181626</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-11T22:14:36Z</published>
	<updated>2008-05-11T22:14:36Z</updated>
	<author>
		<name>James Foster-5</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;div&gt;On May 12, 2008, at 5:53 AM, Chris Dawson wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;I'm new to Seaside and am reading the great Seaside tutorial here:&amp;nbsp; &lt;a href=&quot;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&lt;/a&gt;.&amp;nbsp; I am somewhat unimpressed with the section on persistence.&amp;nbsp; I'm looking for advice on how to build my application so that I can scale when needed.&amp;nbsp; Should I be using GemStone/S?&amp;nbsp; Or, another OOP database, like GOODS?&amp;nbsp; GOODS scares me as it looks like it is supported by an individual, not a community or company.&amp;nbsp; Any advice is appreciated.&amp;nbsp; What attracted me to Seaside was precisely the notion that I could avoid dealing with scaling problems like you see in Ruby on Rails.&lt;br&gt; &lt;br&gt;Chris&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Hi Chris,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Welcome to Seaside. I've been reading the printed copy of the Potsdam tutorial and like it as well. One thing to note is that it is specifically tied to Squeak, so does not reflect the commercial offerings. For example, I think you will find that Cincom's approach (based on GLORP) will provide a very strong tie to a variety of industrial strength relational databases. See James Robertson's bog (&lt;a href=&quot;http://www.cincomsmalltalk.com/blog/View.ssp)&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cincomsmalltalk.com/blog/View.ssp)&lt;/a&gt; for more on that approach.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Of course, if you are building a new application and are not tied to a relational database, I'd recommend GemStone/S (but then I'm employed by GemStone ;-). We believe that GemStone's contribution to Seaside is, of course, persistence, scaling, and simplicity (avoiding O/R mapping). As to scaling, the design limits exceed whatever hardware you are likely to purchase (number of machines, CPUs, amount of RAM, amount of disk, etc.). We have (non-Seaside) customers with hundreds of machines connected to the same database, others with thousands of concurrent database connections, databases of hundreds of GB, thousands of transactions per second, response times measured in low milliseconds, etc.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;GemStone/S Web Edition is available at no cost, even for commercial use, with the primary limitation of 4 GB of disk. For more information see &lt;a href=&quot;http://seaside.gemstone.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seaside.gemstone.com&lt;/a&gt;. Dale's blog (&lt;a href=&quot;http://gemstonesoup.wordpress.com/)&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gemstonesoup.wordpress.com/)&lt;/a&gt; has a series of posts on scaling, as well as other good, up-to-date information. The Seaside work is in an open beta where anyone who asks is given access to the latest download.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;James Foster&lt;/div&gt;&lt;div&gt;GemStone Systems, Inc.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181626&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17181626.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17181390</id>
	<title>Re: question on database and scaling</title>
	<published>2008-05-11T21:37:27Z</published>
	<updated>2008-05-11T21:37:27Z</updated>
	<author>
		<name>Aaron Broad</name>
	</author>
	<content type="html">I second that.. I think coming from java the persistence options other than gemstone seem unprofessional and scary for using seaside commerciallly.&amp;nbsp; But perhaps thats biased.&amp;nbsp; Maybe in smalltalk the idea of having a database as reliable as say mysql being written and maintained by one person is perfectly normal?&amp;nbsp; I&amp;#39;ve just discovered smalltalk/seaside.&amp;nbsp; Sadly it wasn&amp;#39;t sooner.&amp;nbsp; It seems really wonderful, and am hoping to create several great web apps with it, but I too am worried about my data.&amp;nbsp; What are the best data options?&amp;nbsp; What are the tradeoffs.&amp;nbsp; How reliable are they really in your experience?&lt;br&gt;
&lt;br&gt;I&amp;#39;m convinced already that seaside is the easiest way to make web apps, but am worried about data reliability.&amp;nbsp; I read somewhere dabble db uses an inhouse written database?&amp;nbsp; Like that just sounds so 1970s to a java programmer or even a ruby programmer i imagine.&amp;nbsp; I have trouble convincing java programmers that db4o is useful, even though its backed by a large organization and is open source and what not.&amp;nbsp; There is just this general distrust for anything that doesn&amp;#39;t in the end, end up in an SQL database with a brand name. &amp;nbsp; I expect Gemstone to do brisk business on this mindset.&amp;nbsp; But are there free($ and open source) options of comparable quality, if not in speed, but in reliability? &lt;br&gt;
&lt;br&gt;Aaron&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, May 12, 2008 at 12:53 AM, Chris Dawson &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181390&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xrdawson@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I&amp;#39;m new to Seaside and am reading the great Seaside tutorial here:&amp;nbsp; &lt;a href=&quot;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&lt;/a&gt;.&amp;nbsp; I am somewhat unimpressed with the section on persistence.&amp;nbsp; I&amp;#39;m looking for advice on how to build my application so that I can scale when needed.&amp;nbsp; Should I be using GemStone/S?&amp;nbsp; Or, another OOP database, like GOODS?&amp;nbsp; GOODS scares me as it looks like it is supported by an individual, not a community or company.&amp;nbsp; Any advice is appreciated.&amp;nbsp; What attracted me to Seaside was precisely the notion that I could avoid dealing with scaling problems like you see in Ruby on Rails.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;Chris&lt;br&gt;
&lt;/font&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
seaside mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181390&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181390&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17181390.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17181105</id>
	<title>question on database and scaling</title>
	<published>2008-05-11T20:53:35Z</published>
	<updated>2008-05-11T20:53:35Z</updated>
	<author>
		<name>Chris Dawson</name>
	</author>
	<content type="html">I&amp;#39;m new to Seaside and am reading the great Seaside tutorial here:&amp;nbsp; &lt;a href=&quot;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.swa.hpi.uni-potsdam.de/seaside/tutorial&lt;/a&gt;.&amp;nbsp; I am somewhat unimpressed with the section on persistence.&amp;nbsp; I&amp;#39;m looking for advice on how to build my application so that I can scale when needed.&amp;nbsp; Should I be using GemStone/S?&amp;nbsp; Or, another OOP database, like GOODS?&amp;nbsp; GOODS scares me as it looks like it is supported by an individual, not a community or company.&amp;nbsp; Any advice is appreciated.&amp;nbsp; What attracted me to Seaside was precisely the notion that I could avoid dealing with scaling problems like you see in Ruby on Rails.&lt;br&gt;
&lt;br&gt;Chris&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181105&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/question-on-database-and-scaling-tp17181105p17181105.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17181708</id>
	<title>Re: [ANN] OmniBrowser SeasideXUL Platform</title>
	<published>2008-05-11T18:28:10Z</published>
	<updated>2008-05-11T18:28:10Z</updated>
	<author>
		<name>milan.zimmermann</name>
	</author>
	<content type="html">Hi Pavel,
&lt;br&gt;&lt;br&gt;Very nice, and I have a question. I tried to install SeasideXUL from 
&lt;br&gt;squeaksource but had some problems, so I am using your SeasideXUL image for 
&lt;br&gt;now. Which of the images on your site &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL&lt;/a&gt;&amp;nbsp;
&lt;br&gt;has the up to date SeasideXUL, is it &amp;nbsp;obseasidexul.zip or &amp;nbsp;SeasideXUL.zip ? 
&lt;br&gt;(I used SeasideXUL but it seems the other is newer)
&lt;br&gt;&lt;br&gt;Thanks Milan
&lt;br&gt;&lt;br&gt;On 2008 May 9, Pavel Krivanek wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have created the initial implementation of SeasideXUL Platform for
&lt;br&gt;&amp;gt; OmniBrowser.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; screenshot:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&lt;/a&gt;&lt;br&gt;&amp;gt; prepared image: &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Firefox 3 or XULRunner is necessary to run it on the client side.
&lt;br&gt;&amp;gt; Remeber it is still far from perfect but it starts to be slowly
&lt;br&gt;&amp;gt; usable. More helping hands are welcome :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; -- Pavel
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181708&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17181708&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--OmniBrowser-SeasideXUL-Platform-tp17146311p17181708.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17161547</id>
	<title>Re: [squeak-dev] What do you expect to get from Duration&gt;&gt;seconds and Time&gt;&gt;seconds?</title>
	<published>2008-05-10T02:39:45Z</published>
	<updated>2008-05-10T02:39:45Z</updated>
	<author>
		<name>Igor Stasenko</name>
	</author>
	<content type="html">2008/5/10 Ken Causey &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17161547&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ken@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; One of the issues reported against 3.10 is that 'Time now seconds'
&lt;br&gt;&amp;gt; returns a fraction and not an integer as it did in 3.9 (and presumably
&lt;br&gt;&amp;gt; before). &amp;nbsp;It turns out the fact that it was an integer previously was an
&lt;br&gt;&amp;gt; artifact of the fact that the clock did not provide sub-second
&lt;br&gt;&amp;gt; precision. &amp;nbsp;Now that it does it returns a fraction. &amp;nbsp;All along the
&lt;br&gt;&amp;gt; actual calculation of seconds was done in Duration&amp;gt;&amp;gt;seconds and since
&lt;br&gt;&amp;gt; 2003 that calculation has taken nanoseconds into consideration and
&lt;br&gt;&amp;gt; clearly would return a fraction if nanoseconds is non-zero.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think it's reasonable to get a fraction from Duration&amp;gt;&amp;gt;seconds since
&lt;br&gt;&amp;gt; sub-second durations are not unusual. &amp;nbsp;Maybe someone else expects to get
&lt;br&gt;&amp;gt; a 0 in that case, if so please speak up.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However what about Time&amp;gt;&amp;gt;seconds? &amp;nbsp;The ANSI protocol specifies
&lt;br&gt;&amp;gt; Duration&amp;gt;&amp;gt;seconds simply specifying that it returns a number, but there
&lt;br&gt;&amp;gt; is no specification for Time&amp;gt;&amp;gt;seconds or DateAndTime&amp;gt;&amp;gt;seconds at all.
&lt;br&gt;&amp;gt; It does however specify DateAndTime&amp;gt;&amp;gt;second though and again it only
&lt;br&gt;&amp;gt; says 'number'. &amp;nbsp;So it seems to be time to gather opinions.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;One glitch, which i found, is how Seaside interprets it and uses
&lt;br&gt;&lt;br&gt;Time seconds asTwoCharacterString &amp;nbsp;to display date&amp;time in tests.
&lt;br&gt;&lt;br&gt;this leads to DNU because #asTwoCharacterString implemented for
&lt;br&gt;Integer class, not for Fraction.
&lt;br&gt;&lt;br&gt;&amp;gt; Ken
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;Igor Stasenko AKA sig.
&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17161547&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A--squeak-dev--What-do-you-expect-to-get-from-Duration%3E%3Eseconds-and-Time%3E%3Eseconds--tp17161547p17161547.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17161274</id>
	<title>RBFormatter DNU [was: [ANN][Squeak-dev Images] May 2008 versions]</title>
	<published>2008-05-10T01:58:43Z</published>
	<updated>2008-05-10T01:58:43Z</updated>
	<author>
		<name>Klaus D. Witzel</name>
	</author>
	<content type="html">On Fri, 09 May 2008 18:12:29 +0200, Damien Cassou wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've just uploaded new squeak-dev and squeak-web images based on
&lt;br&gt;&amp;gt; Squeak3.9.1-7075 and Squeak3.10-7159.
&lt;br&gt;&lt;br&gt;Thank you Damien for putting the memory settings &amp;nbsp;
&lt;br&gt;combined-massive-knowledge into your fine distro's script managner :)
&lt;br&gt;&lt;br&gt;Something quite different: while hunting for DNU's in OB (as promised to &amp;nbsp;
&lt;br&gt;David) I was surprised with
&lt;br&gt;&amp;nbsp; &amp;nbsp;MessageNotUnderstood: RBFormatter &amp;nbsp;
&lt;br&gt;class&amp;gt;&amp;gt;format:in:notifying:contentsSymbol:
&lt;br&gt;- &lt;a href=&quot;http://bugs.squeak.org/view.php?id=7038&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.squeak.org/view.php?id=7038&lt;/a&gt;&lt;br&gt;&lt;br&gt;but could not reproduce after saving the image :(
&lt;br&gt;&lt;br&gt;Keep up the good work Damien and thanks for this month's incarnation :)
&lt;br&gt;&lt;br&gt;/Klaus
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Download: &lt;a href=&quot;https://gforge.inria.fr/frs/?group_id=1211&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://gforge.inria.fr/frs/?group_id=1211&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; More information and download links:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://damien.cassou.free.fr/squeak-dev.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://damien.cassou.free.fr/squeak-dev.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Changes in this version:
&lt;br&gt;&amp;gt; ---------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Algernon has been included in the beta images
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://news.squeak.org/2008/05/07/algernon-your-personal-assistant-for-squeak/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://news.squeak.org/2008/05/07/algernon-your-personal-assistant-for-squeak/&lt;/a&gt;).
&lt;br&gt;&amp;gt; - Diff Tools have also been included in the beta images
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://astares.blogspot.com/2008/04/diff-tools-for-squeak.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://astares.blogspot.com/2008/04/diff-tools-for-squeak.html&lt;/a&gt;)
&lt;br&gt;&amp;gt; - Monticello 1.5 has been removed from the beta images because it
&lt;br&gt;&amp;gt; seems to cause some troubles. However, I would like to reintroduce it
&lt;br&gt;&amp;gt; as soon as people tell me it's now ok.
&lt;br&gt;&amp;gt; - Magritte and Pier have been updated in the web images
&lt;br&gt;&amp;gt; - OB-Enhancements saw a lot of bug fixes and new features (inclusion
&lt;br&gt;&amp;gt; of smart groups, double-click support on some items...)
&lt;br&gt;&amp;gt; - Lots of fixes for OB-Standard
&lt;br&gt;&amp;gt; - UIEnhancements has been updated
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Contained packages:
&lt;br&gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This image contains the following packages (some packages are only in
&lt;br&gt;&amp;gt; the squeak-web image or beta images):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Aida version 5.6
&lt;br&gt;&amp;gt; Algernon version 1.0.1
&lt;br&gt;&amp;gt; AST version 157
&lt;br&gt;&amp;gt; AutomaticMethodCategorizer version 0.25
&lt;br&gt;&amp;gt; AutomaticMethodCategorizerOB version 0.2
&lt;br&gt;&amp;gt; Diff Tools version 0.51
&lt;br&gt;&amp;gt; DynamicBindings version 2.7
&lt;br&gt;&amp;gt; eCompletion version 0.89
&lt;br&gt;&amp;gt; eCompletion-Traits version 0.1
&lt;br&gt;&amp;gt; eCompletionOmniBrowser version 0.4
&lt;br&gt;&amp;gt; Event Enhancements version 0.6
&lt;br&gt;&amp;gt; Geometry Models version 0.3
&lt;br&gt;&amp;gt; Installer version 4.1
&lt;br&gt;&amp;gt; KomHttpServer version 7.0.30
&lt;br&gt;&amp;gt; KomServices version 1.12
&lt;br&gt;&amp;gt; Magritte-Model version 1.0.16.310
&lt;br&gt;&amp;gt; Magritte-Morph version 1.0.16.42
&lt;br&gt;&amp;gt; Magritte-Seaside version 1.0.16.259
&lt;br&gt;&amp;gt; Magritte-Tests version 1.0.16.138
&lt;br&gt;&amp;gt; Null version 0.13
&lt;br&gt;&amp;gt; OB-Enhancements version 0.167
&lt;br&gt;&amp;gt; OmniBrowser version 0.412.1
&lt;br&gt;&amp;gt; OmniBrowser-Full version 0.25
&lt;br&gt;&amp;gt; OmniBrowser-Morphic version 0.47
&lt;br&gt;&amp;gt; OmniBrowser-Refactory version 0.85
&lt;br&gt;&amp;gt; OmniBrowser-Regex version 0.8.2
&lt;br&gt;&amp;gt; OmniBrowser-Standard version 0.335
&lt;br&gt;&amp;gt; OmniBrowser-SUnitIntegration version 0.9.1
&lt;br&gt;&amp;gt; OmniBrowser-TraitsIntegration version 0.33
&lt;br&gt;&amp;gt; Pier version current
&lt;br&gt;&amp;gt; Pier-Blog version 1.0.16.73
&lt;br&gt;&amp;gt; Pier-Documents version 1.0.16.5
&lt;br&gt;&amp;gt; Pier-EditorEnh version 1.0.16.12
&lt;br&gt;&amp;gt; Pier-Model version 1.0.16.217
&lt;br&gt;&amp;gt; Pier-OmniBrowser version 1.0.16.33
&lt;br&gt;&amp;gt; Pier-Seaside version 1.0.16.269
&lt;br&gt;&amp;gt; Pier-Security version 1.0.16.105
&lt;br&gt;&amp;gt; Pier-Tests version 1.0.16.93
&lt;br&gt;&amp;gt; Refactoring Engine version 47
&lt;br&gt;&amp;gt; Rio version 0.34.29
&lt;br&gt;&amp;gt; Rio-Kernel version 0.78
&lt;br&gt;&amp;gt; RoelTyper version 0.60
&lt;br&gt;&amp;gt; RSRSS2 version 2.8.9
&lt;br&gt;&amp;gt; Scriptaculous version 2.8.228
&lt;br&gt;&amp;gt; ScriptManager version 0.6
&lt;br&gt;&amp;gt; Seaside version 2.8.522
&lt;br&gt;&amp;gt; Seaside-Adapters-Core version pmm.2.mcz
&lt;br&gt;&amp;gt; Seaside-Adapters-Swazoo version 8
&lt;br&gt;&amp;gt; Seaside-Squeak-Adapters version pmm.3.mcz
&lt;br&gt;&amp;gt; SeasideAdaptersCompatibility version pmm.1.mcz
&lt;br&gt;&amp;gt; Shout version 3.15-tween.70
&lt;br&gt;&amp;gt; ShoutWorkspace version 1-tween.2
&lt;br&gt;&amp;gt; SmaCC runtime version 13
&lt;br&gt;&amp;gt; Sport version 2.31
&lt;br&gt;&amp;gt; Squeak dev packages version 0.20
&lt;br&gt;&amp;gt; Squeak dev packages beta version 0.25
&lt;br&gt;&amp;gt; Squeak web packages version 0.2
&lt;br&gt;&amp;gt; SUnit-improved version 4.0.108
&lt;br&gt;&amp;gt; SUnitGUI-improved version 4.0.48
&lt;br&gt;&amp;gt; Swazoo version 2.1
&lt;br&gt;&amp;gt; ToolBuilder integration for UI Themes version 0.52
&lt;br&gt;&amp;gt; UI Themes and Standard Widgets version 0.70
&lt;br&gt;&amp;gt; Universes version 42
&lt;br&gt;&amp;gt; Universes OmniBrowser version 0.35
&lt;br&gt;&amp;gt; VBRegex version 1.9
&lt;br&gt;&amp;gt; YAXO version 9
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Updating the image:
&lt;br&gt;&amp;gt; -------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You are not obliged to download a new image if you don't want. You can
&lt;br&gt;&amp;gt; always update your image.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To upgrade your already existing squeak-dev image:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1) World menu-&amp;gt;open...-&amp;gt;Package Universe Browser
&lt;br&gt;&amp;gt; 2) Update list from network
&lt;br&gt;&amp;gt; 3) Select all upgrades
&lt;br&gt;&amp;gt; 4) Install selection
&lt;br&gt;&amp;gt; 5) Execute: 'DEVImageCreator default install' (all windows will be &amp;nbsp;
&lt;br&gt;&amp;gt; closed)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Prepared packages:
&lt;br&gt;&amp;gt; --------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There are a lot of packages prepared for you in this image. They are
&lt;br&gt;&amp;gt; not loaded in the image, but they can be easily.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Open Package Universe Browser (world-&amp;gt;open...-&amp;gt;Package Universe &amp;nbsp;
&lt;br&gt;&amp;gt; Browser).
&lt;br&gt;&amp;gt; - Click on &amp;quot;Update list from network&amp;quot;
&lt;br&gt;&amp;gt; - Wait a few seconds
&lt;br&gt;&amp;gt; - Select your packages
&lt;br&gt;&amp;gt; - Install them
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17161274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RBFormatter-DNU--was%3A--ANN--Squeak-dev-Images--May-2008-versions--tp17161274p17161274.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17161179</id>
	<title>Re: onSuccess: problem</title>
	<published>2008-05-10T01:44:12Z</published>
	<updated>2008-05-10T01:44:12Z</updated>
	<author>
		<name>Lukas Renggli</name>
	</author>
	<content type="html">&amp;gt; &amp;nbsp;Then you'll see how to use SUStream manually to feed hand written JavaScript
&lt;br&gt;&amp;gt; &amp;nbsp;into #onSuccess:. &amp;nbsp;Scriptaculous events like #onSuccess: do not work like
&lt;br&gt;&amp;gt; &amp;nbsp;Seaside events like #onClick: or #onChange:. &amp;nbsp;Seaside events assume they're
&lt;br&gt;&amp;gt; &amp;nbsp;being handed JavaScript and they just run whatever you give them, but
&lt;br&gt;&amp;gt; &amp;nbsp;Scriptaculous events call #asFunction on whatever you give them, so when you
&lt;br&gt;&amp;gt; &amp;nbsp;give them a string, they wrap a function around it...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;function(){'window.alert(&amp;quot;Failure&amp;quot;)'}
&lt;br&gt;&lt;br&gt;The reason for this is that Scriptaculous &amp;quot;translates&amp;quot; Smalltalk to
&lt;br&gt;JavaScript. If you put a string literal into a JavaScript object it is
&lt;br&gt;transformed to a JavaScript string with the propre escaping of special
&lt;br&gt;chars, etc.
&lt;br&gt;&lt;br&gt;As Ramon pointed out you need SUStream to tell a stream to be emitted verbatim.
&lt;br&gt;&lt;br&gt;Personally I prefer the logging framework built into all modern
&lt;br&gt;webbrowser (Safari, FireFox) over using &amp;quot;alert()&amp;quot;. It is not only more
&lt;br&gt;convenient to get the message, but also much simpler to use:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; onSuccess: (html logger errror: 'Failure')
&lt;br&gt;&lt;br&gt;There are many other variateions. See the SULogger class.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17161179&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/onSuccess%3A-problem-tp17158504p17161179.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17159269</id>
	<title>Re: onSuccess: problem</title>
	<published>2008-05-09T19:10:56Z</published>
	<updated>2008-05-09T19:10:56Z</updated>
	<author>
		<name>Esteban Lorenzano</name>
	</author>
	<content type="html">It is so easy! I'm feel like a dumb... I tried everything, except that.
&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Esteban
&lt;br&gt;&lt;br&gt;On 2008-05-09 21:34:46 -0300, &amp;quot;Ramon Leon&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17159269&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramon.leon@...&lt;/a&gt;&amp;gt; said:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt; I'm having problems with html request... onSuccess:, this is
&lt;br&gt;&amp;gt;&amp;gt; what i'm doing:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 	html anchor
&lt;br&gt;&amp;gt;&amp;gt; 		class: #eventRefresh;
&lt;br&gt;&amp;gt;&amp;gt; 		onClick: (
&lt;br&gt;&amp;gt;&amp;gt; 			(html request
&lt;br&gt;&amp;gt;&amp;gt; 				callback: [ Transcript show:
&lt;br&gt;&amp;gt;&amp;gt; 'REQ'; cr ];
&lt;br&gt;&amp;gt;&amp;gt; 				onSuccess: 'window.alert(&amp;quot;OK&amp;quot;)';
&lt;br&gt;&amp;gt;&amp;gt; 				onFailure: 'window.alert(&amp;quot;Failure&amp;quot;)'));
&lt;br&gt;&amp;gt;&amp;gt; 		with: [ html image url: SushiLibrary / #addPng ]
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; This is rendering all ok ('REQ' is being written on
&lt;br&gt;&amp;gt;&amp;gt; transcript window)
&lt;br&gt;&amp;gt;&amp;gt; ... but onSuccess (or onFailure) is not being called after it...
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; This is de javascript generated with that call:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; new
&lt;br&gt;&amp;gt;&amp;gt; Ajax.Request('&lt;a href=&quot;http://localhost:8080/seaside/Sushimoto'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/seaside/Sushimoto'&lt;/a&gt;,{'onSuc
&lt;br&gt;&amp;gt;&amp;gt; cess':function(){'window.alert(&amp;quot;OK&amp;quot;)'},'onFailure':function(){
&lt;br&gt;&amp;gt;&amp;gt; 'window.alert(&amp;quot;Failure&amp;quot;)'},'parameters':['_s=BeRHEehLgPOyfdJU'
&lt;br&gt;&amp;gt;&amp;gt; ,'_k=zvZqQkjr','11'].join('&amp;')})
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; onSuccess: (html alert: 'OK')
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you look at how #alert: is implemented...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; alert: anObject
&lt;br&gt;&amp;gt; 	self add: (SUStream new
&lt;br&gt;&amp;gt; 		nextPutAll: 'alert';
&lt;br&gt;&amp;gt; 		argument: anObject;
&lt;br&gt;&amp;gt; 		yourself)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Then you'll see how to use SUStream manually to feed hand written JavaScript
&lt;br&gt;&amp;gt; into #onSuccess:. &amp;nbsp;Scriptaculous events like #onSuccess: do not work like
&lt;br&gt;&amp;gt; Seaside events like #onClick: or #onChange:. &amp;nbsp;Seaside events assume they're
&lt;br&gt;&amp;gt; being handed JavaScript and they just run whatever you give them, but
&lt;br&gt;&amp;gt; Scriptaculous events call #asFunction on whatever you give them, so when you
&lt;br&gt;&amp;gt; give them a string, they wrap a function around it...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; function(){'window.alert(&amp;quot;Failure&amp;quot;)'}
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Which basically won't do anything. &amp;nbsp;So if you want hand written JavaScript,
&lt;br&gt;&amp;gt; do this...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; onSuccess: (SUStream on: 'window.alert(&amp;quot;OK&amp;quot;)')
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And it'll work.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ramon Leon
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://onsmalltalk.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://onsmalltalk.com&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17159269&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/onSuccess%3A-problem-tp17158504p17159269.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17158623</id>
	<title>RE: onSuccess: problem</title>
	<published>2008-05-09T17:30:59Z</published>
	<updated>2008-05-09T17:30:59Z</updated>
	<author>
		<name>Ramon Leon-5</name>
	</author>
	<content type="html">&amp;nbsp;
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; I'm having problems with html request... onSuccess:, this is 
&lt;br&gt;&amp;gt; what i'm doing:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	html anchor
&lt;br&gt;&amp;gt; 		class: #eventRefresh;
&lt;br&gt;&amp;gt; 		onClick: (
&lt;br&gt;&amp;gt; 			(html request 
&lt;br&gt;&amp;gt; 				callback: [ Transcript show: 
&lt;br&gt;&amp;gt; 'REQ'; cr ]; 
&lt;br&gt;&amp;gt; 				onSuccess: 'window.alert(&amp;quot;OK&amp;quot;)';
&lt;br&gt;&amp;gt; 				onFailure: 'window.alert(&amp;quot;Failure&amp;quot;)'));
&lt;br&gt;&amp;gt; 		with: [ html image url: SushiLibrary / #addPng ]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is rendering all ok ('REQ' is being written on 
&lt;br&gt;&amp;gt; transcript window) 
&lt;br&gt;&amp;gt; ... but onSuccess (or onFailure) is not being called after it...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is de javascript generated with that call:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; new 
&lt;br&gt;&amp;gt; Ajax.Request('&lt;a href=&quot;http://localhost:8080/seaside/Sushimoto'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/seaside/Sushimoto'&lt;/a&gt;,{'onSuc
&lt;br&gt;&amp;gt; cess':function(){'window.alert(&amp;quot;OK&amp;quot;)'},'onFailure':function(){
&lt;br&gt;&amp;gt; 'window.alert(&amp;quot;Failure&amp;quot;)'},'parameters':['_s=BeRHEehLgPOyfdJU'
&lt;br&gt;&amp;gt; ,'_k=zvZqQkjr','11'].join('&amp;')})
&lt;/div&gt;&lt;br&gt;onSuccess: (html alert: 'OK')
&lt;br&gt;&lt;br&gt;If you look at how #alert: is implemented...
&lt;br&gt;&lt;br&gt;alert: anObject
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self add: (SUStream new
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; nextPutAll: 'alert';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; argument: anObject;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yourself)
&lt;br&gt;&lt;br&gt;Then you'll see how to use SUStream manually to feed hand written JavaScript
&lt;br&gt;into #onSuccess:. &amp;nbsp;Scriptaculous events like #onSuccess: do not work like
&lt;br&gt;Seaside events like #onClick: or #onChange:. &amp;nbsp;Seaside events assume they're
&lt;br&gt;being handed JavaScript and they just run whatever you give them, but
&lt;br&gt;Scriptaculous events call #asFunction on whatever you give them, so when you
&lt;br&gt;give them a string, they wrap a function around it...
&lt;br&gt;&lt;br&gt;function(){'window.alert(&amp;quot;Failure&amp;quot;)'}
&lt;br&gt;&lt;br&gt;Which basically won't do anything. &amp;nbsp;So if you want hand written JavaScript,
&lt;br&gt;do this...
&lt;br&gt;&lt;br&gt;onSuccess: (SUStream on: 'window.alert(&amp;quot;OK&amp;quot;)')
&lt;br&gt;&lt;br&gt;And it'll work.
&lt;br&gt;&lt;br&gt;Ramon Leon
&lt;br&gt;&lt;a href=&quot;http://onsmalltalk.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://onsmalltalk.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17158623&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/onSuccess%3A-problem-tp17158504p17158623.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17158504</id>
	<title>onSuccess: problem</title>
	<published>2008-05-09T17:13:24Z</published>
	<updated>2008-05-09T17:13:24Z</updated>
	<author>
		<name>Esteban Lorenzano</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;I'm having problems with html request... onSuccess:, this is what i'm doing:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; html anchor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class: #eventRefresh;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; onClick: (
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (html request 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; callback: [ Transcript show: 'REQ'; cr ]; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; onSuccess: 'window.alert(&amp;quot;OK&amp;quot;)';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; onFailure: 'window.alert(&amp;quot;Failure&amp;quot;)'));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; with: [ html image url: SushiLibrary / #addPng ]
&lt;br&gt;&lt;br&gt;This is rendering all ok ('REQ' is being written on transcript window) 
&lt;br&gt;... but onSuccess (or onFailure) is not being called after it...
&lt;br&gt;&lt;br&gt;This is de javascript generated with that call:
&lt;br&gt;&lt;br&gt;new 
&lt;br&gt;Ajax.Request('&lt;a href=&quot;http://localhost:8080/seaside/Sushimoto'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/seaside/Sushimoto'&lt;/a&gt;,{'onSuccess':function(){'window.alert(&amp;quot;OK&amp;quot;)'},'onFailure':function(){'window.alert(&amp;quot;Failure&amp;quot;)'},'parameters':['_s=BeRHEehLgPOyfdJU','_k=zvZqQkjr','11'].join('&amp;')})
&lt;br&gt;&lt;br&gt;I 
&lt;br&gt;&lt;br&gt;asked at #prototype irc channel and someone tell me that I have to 
&lt;br&gt;remove de ' of the 'onSuccess' (and I suppose is the same in the 
&lt;br&gt;generated function) but i don't know how to do this (seems to has 
&lt;br&gt;something to do with SUStream encode:to:, but if i remove the $' from 
&lt;br&gt;the encoding, errors start to appear everywhere.
&lt;br&gt;&lt;br&gt;I don't know how to proceed from here...
&lt;br&gt;&lt;br&gt;I'm using Seaside2.8a1-lr.541 and Scriptaculous-mb.239 (I tried with 
&lt;br&gt;lr.540 too) on a 3.10 image.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Esteban 
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17158504&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/onSuccess%3A-problem-tp17158504p17158504.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17150541</id>
	<title>Re: [ANN] OmniBrowser SeasideXUL Platform</title>
	<published>2008-05-09T08:29:42Z</published>
	<updated>2008-05-09T08:29:42Z</updated>
	<author>
		<name>Pavel Krivanek-2</name>
	</author>
	<content type="html">Hi Stef,
&lt;br&gt;&lt;br&gt;On Fri, May 9, 2008 at 1:57 PM, stephane ducasse
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17150541&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephane.ducasse@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Thanks pavel.
&lt;br&gt;&amp;gt; This is cool.
&lt;br&gt;&amp;gt; BTW do you have some news about the kernelImage?
&lt;br&gt;&lt;br&gt;only few small changes in last weeks. I should prepare
&lt;br&gt;SeasideXULUIManager and port this OmniBrowser tools to KernelImage.
&lt;br&gt;&lt;br&gt;-- Pavel
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On May 9, 2008, at 1:46 PM, Pavel Krivanek wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have created the initial implementation of SeasideXUL Platform for
&lt;br&gt;&amp;gt;&amp;gt; OmniBrowser.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; screenshot:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; prepared image: &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Firefox 3 or XULRunner is necessary to run it on the client side.
&lt;br&gt;&amp;gt;&amp;gt; Remeber it is still far from perfect but it starts to be slowly
&lt;br&gt;&amp;gt;&amp;gt; usable. More helping hands are welcome :-)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt; -- Pavel
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17150541&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17150541&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17150541&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--OmniBrowser-SeasideXUL-Platform-tp17146311p17150541.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17146447</id>
	<title>Re: [ANN] OmniBrowser SeasideXUL Platform</title>
	<published>2008-05-09T04:57:00Z</published>
	<updated>2008-05-09T04:57:00Z</updated>
	<author>
		<name>stephane ducasse</name>
	</author>
	<content type="html">Thanks pavel.
&lt;br&gt;This is cool.
&lt;br&gt;BTW do you have some news about the kernelImage?
&lt;br&gt;&lt;br&gt;On May 9, 2008, at 1:46 PM, Pavel Krivanek wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have created the initial implementation of SeasideXUL Platform for
&lt;br&gt;&amp;gt; OmniBrowser.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; screenshot: &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&lt;/a&gt;&lt;br&gt;&amp;gt; prepared image: &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Firefox 3 or XULRunner is necessary to run it on the client side.
&lt;br&gt;&amp;gt; Remeber it is still far from perfect but it starts to be slowly
&lt;br&gt;&amp;gt; usable. More helping hands are welcome :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; -- Pavel
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; seaside mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17146447&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17146447&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--OmniBrowser-SeasideXUL-Platform-tp17146311p17146447.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17146311</id>
	<title>[ANN] OmniBrowser SeasideXUL Platform</title>
	<published>2008-05-09T04:46:11Z</published>
	<updated>2008-05-09T04:46:11Z</updated>
	<author>
		<name>Pavel Krivanek-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I have created the initial implementation of SeasideXUL Platform for
&lt;br&gt;OmniBrowser.
&lt;br&gt;&lt;br&gt;screenshot: &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/screenshots/obseasidexul.png&lt;/a&gt;&lt;br&gt;prepared image: &lt;a href=&quot;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://comtalk.eu/public/pub/SeasideXUL/obseasidexul.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;Firefox 3 or XULRunner is necessary to run it on the client side.
&lt;br&gt;Remeber it is still far from perfect but it starts to be slowly
&lt;br&gt;usable. More helping hands are welcome :-)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- Pavel
&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17146311&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--OmniBrowser-SeasideXUL-Platform-tp17146311p17146311.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17122491</id>
	<title>Re: Re: SSH client for Squeak?</title>
	<published>2008-05-08T01:12:07Z</published>
	<updated>2008-05-08T01:12:07Z</updated>
	<author>
		<name>Lukas Renggli</name>
	</author>
	<content type="html">&amp;gt; I meant SSH Server, whoops!
&lt;br&gt;&lt;br&gt;Yes, ask in the cryptography mailing-list on how to get it running.
&lt;br&gt;&lt;br&gt;I use an proxy to do SSH though. For a deployed application you most
&lt;br&gt;certainly use something like Apache, Lighty or Squid anyway.
&lt;br&gt;&lt;br&gt;Lukas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lukas Renggli
&lt;br&gt;&lt;a href=&quot;http://www.lukas-renggli.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lukas-renggli.ch&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17122491&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SSH-client-for-Squeak--tp17114106p17122491.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17114133</id>
	<title>Re: SSH client for Squeak?</title>
	<published>2008-05-07T13:35:39Z</published>
	<updated>2008-05-07T13:35:39Z</updated>
	<author>
		<name>aditya siram-2</name>
	</author>
	<content type="html">I meant SSH Server, whoops!&lt;br&gt;&lt;br&gt;Deech&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, May 7, 2008 at 3:34 PM, aditya siram &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17114133&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aditya.siram@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Does Squeak have an SSH client?&lt;br&gt;&lt;br&gt;Deech&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;seaside mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17114133&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seaside@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SSH-client-for-Squeak--tp17114106p17114133.html" />
</entry>

</feed>
