<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using the MVC Pattern in Eclipse Applications</title>
	<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/</link>
	<description>rich client 2.0</description>
	<pubDate>Sat, 04 Feb 2012 13:21:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: camestres.com &#187; Links for 5/1/2010</title>
		<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-61980</link>
		<pubDate>Tue, 05 Jan 2010 15:27:11 +0000</pubDate>
		<guid>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-61980</guid>
					<description>[...] rich client 2.0 &amp;#187; Using the MVC Pattern in Eclipse Applications &amp;#8211; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] rich client 2.0 &raquo; Using the MVC Pattern in Eclipse Applications &#8211; [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Atman Haddj Elmrabet</title>
		<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-59140</link>
		<pubDate>Mon, 24 Aug 2009 15:34:42 +0000</pubDate>
		<guid>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-59140</guid>
					<description>A very interesting web site consulting, specially to change experience.
Thanks. 
Atman</description>
		<content:encoded><![CDATA[<p>A very interesting web site consulting, specially to change experience.<br />
Thanks.<br />
Atman
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kheireddine MESSAI</title>
		<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-57377</link>
		<pubDate>Thu, 02 Jul 2009 12:10:00 +0000</pubDate>
		<guid>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-57377</guid>
					<description>Hi, I have the same problem when i developped my rcp, i hope to implement the MVC pattern in my RCP application but i d'ont know how to implement it ?!, and your example is very clear to anderstand the MVC pattern in RCP and i use it. thank you very much. i visited regulary your web site for another matter.</description>
		<content:encoded><![CDATA[<p>Hi, I have the same problem when i developped my rcp, i hope to implement the MVC pattern in my RCP application but i d&#8217;ont know how to implement it ?!, and your example is very clear to anderstand the MVC pattern in RCP and i use it. thank you very much. i visited regulary your web site for another matter.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tom Seidel</title>
		<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-56608</link>
		<pubDate>Mon, 15 Jun 2009 22:25:58 +0000</pubDate>
		<guid>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-56608</guid>
					<description>You'll find the source in plugins/de.spiritlink.mvc_1.0.0.jar/src
CVS is currently down :(</description>
		<content:encoded><![CDATA[<p>You&#8217;ll find the source in plugins/de.spiritlink.mvc_1.0.0.jar/src<br />
CVS is currently down <img src='http://www.richclient2.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: steve</title>
		<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-56606</link>
		<pubDate>Mon, 15 Jun 2009 22:04:32 +0000</pubDate>
		<guid>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-56606</guid>
					<description>Same here I can only run the program and not see the source.</description>
		<content:encoded><![CDATA[<p>Same here I can only run the program and not see the source.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: papaetoo</title>
		<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-56295</link>
		<pubDate>Mon, 08 Jun 2009 13:34:47 +0000</pubDate>
		<guid>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-56295</guid>
					<description>Hi, i have some problems to dowload your sources, please help me!</description>
		<content:encoded><![CDATA[<p>Hi, i have some problems to dowload your sources, please help me!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bill Blalock</title>
		<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-21075</link>
		<pubDate>Wed, 28 Nov 2007 19:42:04 +0000</pubDate>
		<guid>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-21075</guid>
					<description>Thanks for the example.  I am very glad I found your site.

I see that the java beans classes
 java.beans.PropertyChangeEvent;
 java.beans.PropertyChangeListener;
are used.

Eclipse provides IPropertyChangeListener other class and means for listening for bound changes.  I am confused as to when to use them and when to tuse the java beans classes.  Why not use the classes provided by Eclipse?

Thanks
Bill B</description>
		<content:encoded><![CDATA[<p>Thanks for the example.  I am very glad I found your site.</p>
<p>I see that the java beans classes<br />
 java.beans.PropertyChangeEvent;<br />
 java.beans.PropertyChangeListener;<br />
are used.</p>
<p>Eclipse provides IPropertyChangeListener other class and means for listening for bound changes.  I am confused as to when to use them and when to tuse the java beans classes.  Why not use the classes provided by Eclipse?</p>
<p>Thanks<br />
Bill B
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Lager</title>
		<link>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-20715</link>
		<pubDate>Sat, 24 Nov 2007 17:09:52 +0000</pubDate>
		<guid>http://www.richclient2.de/2006_08_22/using-the-mvc-pattern-in-eclipse-applications/#comment-20715</guid>
					<description>Great!! I really needed this clear overview. Keep it up.</description>
		<content:encoded><![CDATA[<p>Great!! I really needed this clear overview. Keep it up.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

