<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Seaside and Smalltalk Interest Spreading</title>
	<atom:link href="http://onsmalltalk.com/programming/smalltalk/seaside-and-smalltalk-interest-spreading/feed/" rel="self" type="application/rss+xml" />
	<link>http://onsmalltalk.com/programming/smalltalk/seaside-and-smalltalk-interest-spreading/</link>
	<description>thoughts on Smalltalk and programming in general...</description>
	<pubDate>Fri, 16 May 2008 05:29:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ramon Leon</title>
		<link>http://onsmalltalk.com/programming/smalltalk/seaside-and-smalltalk-interest-spreading/#comment-427</link>
		<dc:creator>Ramon Leon</dc:creator>
		<pubDate>Fri, 08 Dec 2006 16:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/seaside-and-smalltalk-interest-spreading/#comment-427</guid>
		<description>It's a common misconception that we don't have version control, we do, and it's quite a bit nicer than version control based on text files.  Look at Seaside itself, it's an open source project where many developers work on and merge code constantly, works great.

Most load balances have the options to stick a session to a server, since sessions are a common requirement among many frameworks.  

Seaside isn't stateless, so no, it won't scale the way a stateless server does, nor is it meant too.  It's meant to write complex stateful "applications", not just websites, that have lot's of workflow and would be hard or impossible to write otherwise.  However, don't think it won't scale, it's simply a matter of hardware.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a common misconception that we don&#8217;t have version control, we do, and it&#8217;s quite a bit nicer than version control based on text files.  Look at Seaside itself, it&#8217;s an open source project where many developers work on and merge code constantly, works great.</p>
<p>Most load balances have the options to stick a session to a server, since sessions are a common requirement among many frameworks.  </p>
<p>Seaside isn&#8217;t stateless, so no, it won&#8217;t scale the way a stateless server does, nor is it meant too.  It&#8217;s meant to write complex stateful &#8220;applications&#8221;, not just websites, that have lot&#8217;s of workflow and would be hard or impossible to write otherwise.  However, don&#8217;t think it won&#8217;t scale, it&#8217;s simply a matter of hardware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://onsmalltalk.com/programming/smalltalk/seaside-and-smalltalk-interest-spreading/#comment-426</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Fri, 08 Dec 2006 16:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://onsmalltalk.com/programming/smalltalk/seaside-and-smalltalk-interest-spreading/#comment-426</guid>
		<description>I've always found Seaside to be compelling, but I've always wondered, how can multiple developers work on code when the language is VM based? (I'm used to version control systems..)

Also, application scaling seems to be an issue. From what I read, a load balancer like Pen must be used, in order to ensure that a user always returns to the application instance that they first visited. (Most load balancers distribute the load evenly). Is this as big an issue as it seems? I hate to bring up scaling as it is often used against dynamic languages, but it seems to me that the next myspace killer won't be developed with seaside. However, Seaside does seem to be well suitable for business oriented intranet apps.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always found Seaside to be compelling, but I&#8217;ve always wondered, how can multiple developers work on code when the language is VM based? (I&#8217;m used to version control systems..)</p>
<p>Also, application scaling seems to be an issue. From what I read, a load balancer like Pen must be used, in order to ensure that a user always returns to the application instance that they first visited. (Most load balancers distribute the load evenly). Is this as big an issue as it seems? I hate to bring up scaling as it is often used against dynamic languages, but it seems to me that the next myspace killer won&#8217;t be developed with seaside. However, Seaside does seem to be well suitable for business oriented intranet apps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
