<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Eclipse Rich Client Platform: the next computing revolution</title>
	<atom:link href="http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/</link>
	<description>An industry analyst blog looking at software ecosystems and convergence</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:35:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: James Finch</title>
		<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/comment-page-1/#comment-290</link>
		<dc:creator>James Finch</dc:creator>
		<pubDate>Tue, 30 Aug 2005 13:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=246#comment-290</guid>
		<description>Henry Jacob (http://www.henryjacob.com) has a post called &quot;Why Eclipse RCP is going to rule the world&quot; and given 5 interesting reasons for that.
 
&lt;a href=&quot;http://www.lakesidelab.com/henry/105.asp&quot; rel=&quot;nofollow&quot;&gt;http://www.lakesidelab.com/henry/105.asp&lt;/a&gt;

</description>
		<content:encoded><![CDATA[<p>Henry Jacob (<a href="http://www.henryjacob.com" rel="nofollow">http://www.henryjacob.com</a>) has a post called &#8220;Why Eclipse RCP is going to rule the world&#8221; and given 5 interesting reasons for that.</p>
<p><a href="http://www.lakesidelab.com/henry/105.asp" rel="nofollow">http://www.lakesidelab.com/henry/105.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/comment-page-1/#comment-289</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 30 Aug 2005 13:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=246#comment-289</guid>
		<description>Henry Jacob (http://www.henryjacob.com) has a post called &quot;Why Eclipse RCP is going to rule the world&quot; and given 5 interesting reasons for that.
 
&lt;a href=&quot;http://www.lakesidelab.com/henry/105.asp&quot; rel=&quot;nofollow&quot;&gt;http://www.lakesidelab.com/henry/105.asp&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Henry Jacob (<a href="http://www.henryjacob.com" rel="nofollow">http://www.henryjacob.com</a>) has a post called &#8220;Why Eclipse RCP is going to rule the world&#8221; and given 5 interesting reasons for that.</p>
<p><a href="http://www.lakesidelab.com/henry/105.asp" rel="nofollow">http://www.lakesidelab.com/henry/105.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torsten Bergmann</title>
		<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/comment-page-1/#comment-288</link>
		<dc:creator>Torsten Bergmann</dc:creator>
		<pubDate>Thu, 30 Jun 2005 00:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=246#comment-288</guid>
		<description>I dont think Eclipse is a revolution - it only assembles good ideas mixed with good marketing. Nothing really new. It also helps Java developers finding more acceptance for their applications by providing a native look.

Even with nice tools Eclipse is still not the most powerfull tool since it&#039;s weakest point is IMHO Java. Any Smalltalk IDE is much more flexible since it is based on pure objects not on files, static typing and static languages. Some examples:

Can I fix a bug in Eclipse itself while it is running without restarting or debugging from another eclipse session? Can I add a feature to the debugger even when there is no extension point defined - just since I have to fix it or want to include a tool I need for faster development?
Can I save the complete object environment (Object memory) in an image while debugging and continue debugging at exactly the same point the next day or on another computer? 
Can I add a new control structure to the underlying language while the IDE is running and without changing the parser/scanner/compiler?

Can I script the whole environment like in a Smalltalk system where you can write:

TestCase allSubclasses do: 
&#160;&#160;&#160;&#160;[:each &#124; each removeFromSystem] 

to get rid of all unit tests in the IDE for example? In Smalltalk I can use the same language to build and deploy my applications. There is no need for a different technology like Ant and remembering xml-tags/ant tasks. Anything is open, accessible and changable. Even the language itself is just assembled from objects.

I agree that Eclipse does a good job in providing a nice platform for RC applications, frameworks and tools. Nothing else. 

Have a look at: &lt;a href=&quot;http://www.opencroquet.org.&quot; rel=&quot;nofollow&quot;&gt;http://www.opencroquet.org.&lt;/a&gt; Download and try it. I would call Croquet a revolution, but not Eclipse.

But as Alan Kay says:
&quot;The Computer &quot;Revolution&quot; Hasn&#039;t Happened Yet!&quot;
(see &lt;a href=&quot;http://en.wikipedia.org/wiki/Alan_Kay)&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Alan_Kay)&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I dont think Eclipse is a revolution &#8211; it only assembles good ideas mixed with good marketing. Nothing really new. It also helps Java developers finding more acceptance for their applications by providing a native look.</p>
<p>Even with nice tools Eclipse is still not the most powerfull tool since it&#8217;s weakest point is IMHO Java. Any Smalltalk IDE is much more flexible since it is based on pure objects not on files, static typing and static languages. Some examples:</p>
<p>Can I fix a bug in Eclipse itself while it is running without restarting or debugging from another eclipse session? Can I add a feature to the debugger even when there is no extension point defined &#8211; just since I have to fix it or want to include a tool I need for faster development?<br />
Can I save the complete object environment (Object memory) in an image while debugging and continue debugging at exactly the same point the next day or on another computer?<br />
Can I add a new control structure to the underlying language while the IDE is running and without changing the parser/scanner/compiler?</p>
<p>Can I script the whole environment like in a Smalltalk system where you can write:</p>
<p>TestCase allSubclasses do:<br />
&nbsp;&nbsp;&nbsp;&nbsp;[:each | each removeFromSystem] </p>
<p>to get rid of all unit tests in the IDE for example? In Smalltalk I can use the same language to build and deploy my applications. There is no need for a different technology like Ant and remembering xml-tags/ant tasks. Anything is open, accessible and changable. Even the language itself is just assembled from objects.</p>
<p>I agree that Eclipse does a good job in providing a nice platform for RC applications, frameworks and tools. Nothing else. </p>
<p>Have a look at: <a href="http://www.opencroquet.org." rel="nofollow">http://www.opencroquet.org.</a> Download and try it. I would call Croquet a revolution, but not Eclipse.</p>
<p>But as Alan Kay says:<br />
&#8220;The Computer &#8220;Revolution&#8221; Hasn&#8217;t Happened Yet!&#8221;<br />
(see <a href="http://en.wikipedia.org/wiki/Alan_Kay)" rel="nofollow"></a><a href="http://en.wikipedia.org/wiki/Alan_Kay" rel="nofollow">http://en.wikipedia.org/wiki/Alan_Kay</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Milinkovich</title>
		<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/comment-page-1/#comment-287</link>
		<dc:creator>Mike Milinkovich</dc:creator>
		<pubDate>Mon, 06 Jun 2005 23:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=246#comment-287</guid>
		<description>And look at &lt;a href=&quot;http://alphaworks.ibm.com/tech/ide4laszlo/&quot; rel=&quot;nofollow&quot;&gt;http://alphaworks.ibm.com/tech/ide4laszlo/&lt;/a&gt; where it mentions that the Laszlo tools are Eclipse-based :-)

Also see &lt;a href=&quot;http://news.com.com/Macromedia+aligns+with+Eclipse/2100-1032_3-5730781.html?tag=nefd.top&quot; rel=&quot;nofollow&quot;&gt;http://news.com.com/Macromedia+aligns+with+Eclipse/2100-1032_3-5730781.html?tag=nefd.top&lt;/a&gt; where Macromedia announces their plans to build their &quot;...&quot;next-generation rich Internet application development tool,&quot; code-named Zorn, based on Eclipse&quot;.

I would not characterize Eclipse as competing with RIA....we work there also.</description>
		<content:encoded><![CDATA[<p>And look at <a href="http://alphaworks.ibm.com/tech/ide4laszlo/" rel="nofollow">http://alphaworks.ibm.com/tech/ide4laszlo/</a> where it mentions that the Laszlo tools are Eclipse-based <img src='http://www.redmonk.com/jgovernor/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Also see <a href="http://news.com.com/Macromedia+aligns+with+Eclipse/2100-1032_3-5730781.html?tag=nefd.top" rel="nofollow">http://news.com.com/Macromedia+aligns+with+Eclipse/2100-1032_3-5730781.html?tag=nefd.top</a> where Macromedia announces their plans to build their &#8220;&#8230;&#8221;next-generation rich Internet application development tool,&#8221; code-named Zorn, based on Eclipse&#8221;.</p>
<p>I would not characterize Eclipse as competing with RIA&#8230;.we work there also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/comment-page-1/#comment-286</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Sat, 04 Jun 2005 05:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=246#comment-286</guid>
		<description>Look at Lazslo &lt;a href=&quot;http://www.openlaszlo.org/&quot; rel=&quot;nofollow&quot;&gt;http://www.openlaszlo.org/&lt;/a&gt;

Like AJAX but it depends on Flash. Intriguing demos.</description>
		<content:encoded><![CDATA[<p>Look at Lazslo <a href="http://www.openlaszlo.org/" rel="nofollow">http://www.openlaszlo.org/</a></p>
<p>Like AJAX but it depends on Flash. Intriguing demos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Skerrett</title>
		<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/comment-page-1/#comment-285</link>
		<dc:creator>Ian Skerrett</dc:creator>
		<pubDate>Fri, 03 Jun 2005 02:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=246#comment-285</guid>
		<description>James, I would love to reach out to the REST and AJAX crowd.   Having someone start a REST and/or AJAX project would be pretty cool.</description>
		<content:encoded><![CDATA[<p>James, I would love to reach out to the REST and AJAX crowd.   Having someone start a REST and/or AJAX project would be pretty cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Sholler</title>
		<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/comment-page-1/#comment-284</link>
		<dc:creator>Dan Sholler</dc:creator>
		<pubDate>Fri, 03 Jun 2005 01:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=246#comment-284</guid>
		<description>thanks for thinking of me, James.. I will follow up with Ian right away.</description>
		<content:encoded><![CDATA[<p>thanks for thinking of me, James.. I will follow up with Ian right away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neilwd</title>
		<link>http://www.redmonk.com/jgovernor/2005/06/01/eclipse-rich-client-platform-the-next-computing-revolution/comment-page-1/#comment-283</link>
		<dc:creator>neilwd</dc:creator>
		<pubDate>Fri, 03 Jun 2005 00:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=246#comment-283</guid>
		<description>Jimbo, be careful with this one. What&#039;s revolution in your mind? A lot of what you talk about is evolution - of ideas (or memes, if you prefer) that have been around for a long time and which are merely being re-implemented in new ways.

Can you seriously contend that all significant computing evolutions are tightly coupled to UI evolutions? There may be loose association because invention in one area can lead to new UI ideas - but it&#039;s not as simple as you suggest. What about relational DBMSs? PKI? XML? Distributed transaction processing monitors? Pub sub event based middleware? I could go on.

Also don&#039;t fixate too much on Eclipse and Microsoft in the RCP game. Flash has some decent offline persistent storage capability too, and good sync capability. Via MX and Flex it can also be a RCP for enterprise apps and data. It&#039;s increasingly available on phones. And check out &lt;a href=&quot;http://www.sap.com/company/press/press.epx?PressID=4519&quot; rel=&quot;nofollow&quot;&gt;http://www.sap.com/company/press/press.epx?PressID=4519&lt;/a&gt; to see what&#039;s starting to happen.</description>
		<content:encoded><![CDATA[<p>Jimbo, be careful with this one. What&#8217;s revolution in your mind? A lot of what you talk about is evolution &#8211; of ideas (or memes, if you prefer) that have been around for a long time and which are merely being re-implemented in new ways.</p>
<p>Can you seriously contend that all significant computing evolutions are tightly coupled to UI evolutions? There may be loose association because invention in one area can lead to new UI ideas &#8211; but it&#8217;s not as simple as you suggest. What about relational DBMSs? PKI? XML? Distributed transaction processing monitors? Pub sub event based middleware? I could go on.</p>
<p>Also don&#8217;t fixate too much on Eclipse and Microsoft in the RCP game. Flash has some decent offline persistent storage capability too, and good sync capability. Via MX and Flex it can also be a RCP for enterprise apps and data. It&#8217;s increasingly available on phones. And check out <a href="http://www.sap.com/company/press/press.epx?PressID=4519" rel="nofollow">http://www.sap.com/company/press/press.epx?PressID=4519</a> to see what&#8217;s starting to happen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

