<?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: MVP Example Code</title>
	<atom:link href="http://www.modumind.com/2007/11/08/mvp-example-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modumind.com/2007/11/08/mvp-example-code/</link>
	<description>Eclipse RCP and OSGi training - online or onsite</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:09:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: GUI Patterns &#171; Wieder ein Blog über den Schmarrn</title>
		<link>http://www.modumind.com/2007/11/08/mvp-example-code/comment-page-1/#comment-444</link>
		<dc:creator>GUI Patterns &#171; Wieder ein Blog über den Schmarrn</dc:creator>
		<pubDate>Sun, 13 Jul 2008 11:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/11/08/mvp-example-code/#comment-444</guid>
		<description>[...] an den View. Das ist im Prinzip MVP in 30 Sekunden;-), ein gutes Beispiel hierzu findet sich hier hier. Wie bereits zuvor erwähnt, hat Martin Fowler dieses Pattern in zwei verschiedene Patterns [...]</description>
		<content:encoded><![CDATA[<p>[...] an den View. Das ist im Prinzip MVP in 30 Sekunden;-), ein gutes Beispiel hierzu findet sich hier hier. Wie bereits zuvor erwähnt, hat Martin Fowler dieses Pattern in zwei verschiedene Patterns [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marti</title>
		<link>http://www.modumind.com/2007/11/08/mvp-example-code/comment-page-1/#comment-443</link>
		<dc:creator>Marti</dc:creator>
		<pubDate>Fri, 18 Apr 2008 17:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/11/08/mvp-example-code/#comment-443</guid>
		<description>no doubt about this, thank you! I really appreciate your blog entries:-)</description>
		<content:encoded><![CDATA[<p>no doubt about this, thank you! I really appreciate your blog entries:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.modumind.com/2007/11/08/mvp-example-code/comment-page-1/#comment-442</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 16 Apr 2008 18:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/11/08/mvp-example-code/#comment-442</guid>
		<description>Hi Marti,

Thanks for the comment.

I suppose the difference is that with MVP you&#039;re creating a specific space in which controller type logic can live. Most RCP applications created today wire the view directly to the model, but would benefit from the introduction of a presentation layer in the middle. You could argue that MVP is just a specific application of MVC, but I think the pattern is useful nonetheless.

--- Patrick</description>
		<content:encoded><![CDATA[<p>Hi Marti,</p>
<p>Thanks for the comment.</p>
<p>I suppose the difference is that with MVP you&#8217;re creating a specific space in which controller type logic can live. Most RCP applications created today wire the view directly to the model, but would benefit from the introduction of a presentation layer in the middle. You could argue that MVP is just a specific application of MVC, but I think the pattern is useful nonetheless.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marti</title>
		<link>http://www.modumind.com/2007/11/08/mvp-example-code/comment-page-1/#comment-441</link>
		<dc:creator>Marti</dc:creator>
		<pubDate>Wed, 16 Apr 2008 18:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/11/08/mvp-example-code/#comment-441</guid>
		<description>Interesting example, but I don´t really get the point where´s the difference between mvc and mvp, isn´t this the same? Could you spend some words on this? Greetz from munich, Germany. Martin</description>
		<content:encoded><![CDATA[<p>Interesting example, but I don´t really get the point where´s the difference between mvc and mvp, isn´t this the same? Could you spend some words on this? Greetz from munich, Germany. Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjpaulin</title>
		<link>http://www.modumind.com/2007/11/08/mvp-example-code/comment-page-1/#comment-439</link>
		<dc:creator>pjpaulin</dc:creator>
		<pubDate>Sun, 25 Nov 2007 23:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/11/08/mvp-example-code/#comment-439</guid>
		<description>To get the regular RCP client running, just open the mvp-rcpclient.product file in the com.rcpquickstart.mvp.rcpclient plug-in, and click on the &quot;Launch and Eclipse application&quot; link.

To get the RAP version running, you&#039;ll first need install the RAP tooling and target platform via an update site. You can find the update site URL and instructions at:

http://www.eclipse.org/rap/gettingstarted.php

Once you&#039;ve done this, you can then open the mvp-rapclient.product file and click on the &quot;Launch a RAP Application&quot;. Let me know how it goes.

--- Patrick</description>
		<content:encoded><![CDATA[<p>To get the regular RCP client running, just open the mvp-rcpclient.product file in the com.rcpquickstart.mvp.rcpclient plug-in, and click on the &#8220;Launch and Eclipse application&#8221; link.</p>
<p>To get the RAP version running, you&#8217;ll first need install the RAP tooling and target platform via an update site. You can find the update site URL and instructions at:</p>
<p><a href="http://www.eclipse.org/rap/gettingstarted.php" rel="nofollow">http://www.eclipse.org/rap/gettingstarted.php</a></p>
<p>Once you&#8217;ve done this, you can then open the mvp-rapclient.product file and click on the &#8220;Launch a RAP Application&#8221;. Let me know how it goes.</p>
<p>&#8212; Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RCP Novice</title>
		<link>http://www.modumind.com/2007/11/08/mvp-example-code/comment-page-1/#comment-440</link>
		<dc:creator>RCP Novice</dc:creator>
		<pubDate>Fri, 16 Nov 2007 19:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://rcpquickstart.wordpress.com/2007/11/08/mvp-example-code/#comment-440</guid>
		<description>It is not clear how to get the sample applications running - any tips would be greatly appreciated.  Thanks.</description>
		<content:encoded><![CDATA[<p>It is not clear how to get the sample applications running &#8211; any tips would be greatly appreciated.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
