<?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>Commentaires sur : (English) Model my PDE!</title> <atom:link href="http://blog.benjamin-cabe.com/2009/07/29/model-my-pde/feed" rel="self" type="application/rss+xml" /><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde</link> <description>Eclipse, les oiseaux et ta mère</description> <lastBuildDate>Tue, 07 Feb 2012 09:29:49 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Par : Mihai</title><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde/comment-page-1#comment-18972</link> <dc:creator>Mihai</dc:creator> <pubDate>Tue, 07 Feb 2012 09:29:49 +0000</pubDate> <guid
isPermaLink="false">http://blog.benjamin-cabe.com/?p=643#comment-18972</guid> <description>Hi,
Very useful article. Still, I&#039;ve tried to access the sources you&#039;ve mentioned in the &quot;experimental feature&quot; (https://build.eclipse.org/hudson/job/cbi-pde.ds.modeling.incubator-0.1.0/lastSuccessfulBuild/artifact/build/repository/) but it doesn&#039;t work.
Could you make this available again?
Thanks
Mike</description> <content:encoded><![CDATA[<p>Hi,<br
/> Very useful article. Still, I&#8217;ve tried to access the sources you&#8217;ve mentioned in the &laquo;&nbsp;experimental feature&nbsp;&raquo; (<a
href="https://build.eclipse.org/hudson/job/cbi-pde.ds.modeling.incubator-0.1.0/lastSuccessfulBuild/artifact/build/repository/" rel="nofollow">https://build.eclipse.org/hudson/job/cbi-pde.ds.modeling.incubator-0.1.0/lastSuccessfulBuild/artifact/build/repository/</a>) but it doesn&#8217;t work.<br
/> Could you make this available again?</p><p>Thanks<br
/> Mike</p> ]]></content:encoded> </item> <item><title>Par : Eclipse Build Systems in Perspective - Cloudsmith</title><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde/comment-page-1#comment-6058</link> <dc:creator>Eclipse Build Systems in Perspective - Cloudsmith</dc:creator> <pubDate>Tue, 27 Apr 2010 21:43:30 +0000</pubDate> <guid
isPermaLink="false">http://blog.benjamin-cabe.com/?p=643#comment-6058</guid> <description>[...] improving on releng base builder (Athena), some wrote their own scripts, other started modeling PDE like this project in PDE incubator, and some wrote better/easier to use script generators like [...]</description> <content:encoded><![CDATA[<p>[...] improving on releng base builder (Athena), some wrote their own scripts, other started modeling PDE like this project in PDE incubator, and some wrote better/easier to use script generators like [...]</p> ]]></content:encoded> </item> <item><title>Par : John J Franey</title><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde/comment-page-1#comment-1345</link> <dc:creator>John J Franey</dc:creator> <pubDate>Fri, 04 Sep 2009 20:53:02 +0000</pubDate> <guid
isPermaLink="false">http://blog.benjamin-cabe.com/?p=643#comment-1345</guid> <description>This is useful to me.  Thanks.
I&#039;m new to EMF, PDE and databinding.  I&#039;m learning much from this project&#039;s source code.
There is one struggle I have finally overcome.  I hope I&#039;m not blowing etiquette by sharing here.  Is there a better forum?
I&#039;m probably using the wrong terms as in this description here.  I&#039;m describing in terms of the ds implementation as common reference for us to communicate.  In reality, I&#039;m working on a different model editor.
ProperiesDetailsPart.bind(DataBindingContext bindingContext) is using return from EMFDetailsPart.getCurrentSelection().  This led me to believe that bind was called after every selection change.  In fact, this is not the case.    DetailsPart.showPage calls the pages&#039; createContents method only once (maybe?) per editor instance, and always before it calls the page&#039;s selectionChanged method.  So, getCurrentSelection is returns null (or the old selection) when the part&#039;s bind method is called.
This became important to me because some of the features my user would select are not fully built.  Some nested features do not exist when the &#039;master&#039; feature is selected.  The behavior when this occurs is simple: the user can enter text into a text box in the details side of the page, but the databinding is not effective.  The databinding finds the nested feature non-existing and doesn&#039;t add the nested feature or otherwise change the model.
I don&#039;t know if my workaround is the best solution, but I overrode selectionChanged to disable the text fields corresponding to features that do not exist.  I think my users will prefer to create those fields explicitly, instead of the editor creating them.
Thanks for your effort.
John</description> <content:encoded><![CDATA[<p>This is useful to me.  Thanks.</p><p>I&#8217;m new to EMF, PDE and databinding.  I&#8217;m learning much from this project&#8217;s source code.</p><p>There is one struggle I have finally overcome.  I hope I&#8217;m not blowing etiquette by sharing here.  Is there a better forum?</p><p>I&#8217;m probably using the wrong terms as in this description here.  I&#8217;m describing in terms of the ds implementation as common reference for us to communicate.  In reality, I&#8217;m working on a different model editor.</p><p>ProperiesDetailsPart.bind(DataBindingContext bindingContext) is using return from EMFDetailsPart.getCurrentSelection().  This led me to believe that bind was called after every selection change.  In fact, this is not the case.    DetailsPart.showPage calls the pages&#8217; createContents method only once (maybe?) per editor instance, and always before it calls the page&#8217;s selectionChanged method.  So, getCurrentSelection is returns null (or the old selection) when the part&#8217;s bind method is called.</p><p>This became important to me because some of the features my user would select are not fully built.  Some nested features do not exist when the &#8216;master&#8217; feature is selected.  The behavior when this occurs is simple: the user can enter text into a text box in the details side of the page, but the databinding is not effective.  The databinding finds the nested feature non-existing and doesn&#8217;t add the nested feature or otherwise change the model.</p><p>I don&#8217;t know if my workaround is the best solution, but I overrode selectionChanged to disable the text fields corresponding to features that do not exist.  I think my users will prefer to create those fields explicitly, instead of the editor creating them.</p><p>Thanks for your effort.</p><p>John</p> ]]></content:encoded> </item> <item><title>Par : Tamar E. Cohen</title><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde/comment-page-1#comment-1148</link> <dc:creator>Tamar E. Cohen</dc:creator> <pubDate>Wed, 02 Sep 2009 20:35:13 +0000</pubDate> <guid
isPermaLink="false">http://blog.benjamin-cabe.com/?p=643#comment-1148</guid> <description>AHA!  as soon as I posted I realized that you are binding it in the  validatingEContentAdapter. I&#039;ll keep poking around but if you feel like clarifying anything that would be lovely.
thanks!
Tamar</description> <content:encoded><![CDATA[<p>AHA!  as soon as I posted I realized that you are binding it in the  validatingEContentAdapter. I&#8217;ll keep poking around but if you feel like clarifying anything that would be lovely.</p><p>thanks!</p><p>Tamar</p> ]]></content:encoded> </item> <item><title>Par : Tamar E. Cohen</title><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde/comment-page-1#comment-1147</link> <dc:creator>Tamar E. Cohen</dc:creator> <pubDate>Wed, 02 Sep 2009 20:18:07 +0000</pubDate> <guid
isPermaLink="false">http://blog.benjamin-cabe.com/?p=643#comment-1147</guid> <description>Hi Benjamin -- thanks for this!  I&#039;ve checked out your code from pde-incubator.
I am trying to also connect the EMF Validation framework to be used within the databinding framework.  However, I&#039;m working on making widgets that will support databinding for my EMF model objects.
While looking at your code I don&#039;t see any custom ValidationStatusProviders.  All of the calls to DataBindingService.bindValue calls either have null, null for their targetToModel / modelToTarget or they lightly extend the generic EMFUpdateValueStrategy (overriding the convert method)
I also don&#039;t see where ValidatingService35 is called.
Can you please clarify exactly where you are linking the databinding validation with the EMF validation?
thanks much
Tamar</description> <content:encoded><![CDATA[<p>Hi Benjamin &#8212; thanks for this!  I&#8217;ve checked out your code from pde-incubator.<br
/> I am trying to also connect the EMF Validation framework to be used within the databinding framework.  However, I&#8217;m working on making widgets that will support databinding for my EMF model objects.</p><p>While looking at your code I don&#8217;t see any custom ValidationStatusProviders.  All of the calls to DataBindingService.bindValue calls either have null, null for their targetToModel / modelToTarget or they lightly extend the generic EMFUpdateValueStrategy (overriding the convert method)</p><p> I also don&#8217;t see where ValidatingService35 is called.</p><p>Can you please clarify exactly where you are linking the databinding validation with the EMF validation?</p><p>thanks much<br
/> Tamar</p> ]]></content:encoded> </item> <item><title>Par : ekke</title><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde/comment-page-1#comment-842</link> <dc:creator>ekke</dc:creator> <pubDate>Thu, 30 Jul 2009 05:45:22 +0000</pubDate> <guid
isPermaLink="false">http://blog.benjamin-cabe.com/?p=643#comment-842</guid> <description>great idea !
BTW: a Xtext grammar for OSGI Manifests would be helpful in other MDSD projects, too
ekke</description> <content:encoded><![CDATA[<p>great idea !<br
/> BTW: a Xtext grammar for OSGI Manifests would be helpful in other MDSD projects, too</p><p>ekke</p> ]]></content:encoded> </item> <item><title>Par : Tom Schindl</title><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde/comment-page-1#comment-839</link> <dc:creator>Tom Schindl</dc:creator> <pubDate>Wed, 29 Jul 2009 23:24:01 +0000</pubDate> <guid
isPermaLink="false">http://blog.benjamin-cabe.com/?p=643#comment-839</guid> <description>I can only applaud you for this work - PDE would become the first publicly know Eclipse-Project use EMF and EMF-Databinding! It&#039;s nice to see that people use the code we produce.</description> <content:encoded><![CDATA[<p>I can only applaud you for this work &#8211; PDE would become the first publicly know Eclipse-Project use EMF and EMF-Databinding! It&#8217;s nice to see that people use the code we produce.</p> ]]></content:encoded> </item> <item><title>Par : Chris Aniszczyk</title><link>http://blog.benjamin-cabe.com/fr/2009/07/29/model-my-pde/comment-page-1#comment-838</link> <dc:creator>Chris Aniszczyk</dc:creator> <pubDate>Wed, 29 Jul 2009 22:36:03 +0000</pubDate> <guid
isPermaLink="false">http://blog.benjamin-cabe.com/?p=643#comment-838</guid> <description>I like the direction this experiment is going in :)</description> <content:encoded><![CDATA[<p>I like the direction this experiment is going in <img
src='http://blog.benjamin-cabe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
