<?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: Cocoa vs Swing vs .NET: invoking a method on the main GUI thread</title>
	<atom:link href="http://www.ditchnet.org/wp/2007/02/06/cocoa-vs-swing-vs-net-invoking-a-method-on-the-main-gui-thread/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ditchnet.org/wp/2007/02/06/cocoa-vs-swing-vs-net-invoking-a-method-on-the-main-gui-thread/</link>
	<description>XML, Cocoa, JavaScript, Java and other stuff.</description>
	<pubDate>Thu, 21 Aug 2008 20:26:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Todd</title>
		<link>http://www.ditchnet.org/wp/2007/02/06/cocoa-vs-swing-vs-net-invoking-a-method-on-the-main-gui-thread/#comment-262777</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Tue, 22 Jan 2008 00:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/02/06/cocoa-vs-swing-vs-net-invoking-a-method-on-the-main-gui-thread/#comment-262777</guid>
		<description>@Ken... well I'm not surprised to hear that... the Java example above is not the ideal way to handle this in that environment either. Java has higher level tools (such as SwingWorker) such as what you described.

I guess I should have explained better that what I'm exploring here is the basic, language-level support for this type of thing in each environment... not necessarily the best high level tool for accomplishing it.</description>
		<content:encoded><![CDATA[<p>@Ken&#8230; well I&#8217;m not surprised to hear that&#8230; the Java example above is not the ideal way to handle this in that environment either. Java has higher level tools (such as SwingWorker) such as what you described.</p>
<p>I guess I should have explained better that what I&#8217;m exploring here is the basic, language-level support for this type of thing in each environment&#8230; not necessarily the best high level tool for accomplishing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Robertson</title>
		<link>http://www.ditchnet.org/wp/2007/02/06/cocoa-vs-swing-vs-net-invoking-a-method-on-the-main-gui-thread/#comment-262753</link>
		<dc:creator>Ken Robertson</dc:creator>
		<pubDate>Mon, 21 Jan 2008 21:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/02/06/cocoa-vs-swing-vs-net-invoking-a-method-on-the-main-gui-thread/#comment-262753</guid>
		<description>Know this post is old, though stumbled on it.  That method for .NET is not really the optimal way to handle background work updating the GUI thread.  Take a look at the BackgroundWorker object, which makes it much more streamlined and allows you to raise an event on the background threat that executes in the GUI thread.</description>
		<content:encoded><![CDATA[<p>Know this post is old, though stumbled on it.  That method for .NET is not really the optimal way to handle background work updating the GUI thread.  Take a look at the BackgroundWorker object, which makes it much more streamlined and allows you to raise an event on the background threat that executes in the GUI thread.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
