<?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: Building a GEF-based Eclipse editor &#8211; part 3</title>
	<atom:link href="http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/</link>
	<description>Coin Coin and Plop da Plop</description>
	<lastBuildDate>Tue, 13 Jul 2010 23:26:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Anatolii</title>
		<link>http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/comment-page-1/#comment-4588</link>
		<dc:creator>Anatolii</dc:creator>
		<pubDate>Sat, 10 Sep 2005 09:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/#comment-4588</guid>
		<description>&lt;p&gt;Can you give me any example?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Can you give me any example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/comment-page-1/#comment-4587</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Fri, 09 Sep 2005 01:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/#comment-4587</guid>
		<description>&lt;p&gt;Saving to your own format is always preferable, but maybe you&#039;ve made a mistake somewhere else. Personnaly I save to XML documents using Dom4J. It rocks.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Saving to your own format is always preferable, but maybe you&#8217;ve made a mistake somewhere else. Personnaly I save to XML documents using Dom4J. It rocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatolii</title>
		<link>http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/comment-page-1/#comment-4586</link>
		<dc:creator>Anatolii</dc:creator>
		<pubDate>Thu, 08 Sep 2005 21:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/#comment-4586</guid>
		<description>&lt;p&gt;With XMLEncoder i can get some good results? Or i need to save the model to file with my format?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>With XMLEncoder i can get some good results? Or i need to save the model to file with my format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/comment-page-1/#comment-4585</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Thu, 08 Sep 2005 04:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://jpz-log.info/archives/2005/09/01/building-a-gef-based-eclipse-editor-part-3/#comment-4585</guid>
		<description>&lt;p&gt;Hi,&lt;br /&gt; &lt;br /&gt; You should save your model from the doSave / doSaveAs inherited methods of your editor class. The TextPropertyEditor is reponsible for loading/saving from/to the model, so trying to serialize it is not a good idea. You should rather not make your model a property source but use a composition to provide the property source in a decoupled way.&lt;br /&gt; &lt;br /&gt; Cheers&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> You should save your model from the doSave / doSaveAs inherited methods of your editor class. The TextPropertyEditor is reponsible for loading/saving from/to the model, so trying to serialize it is not a good idea. You should rather not make your model a property source but use a composition to provide the property source in a decoupled way.</p>
<p> Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
