<?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: New &amp; Improved Flex/Flash Data Binding</title>
	<atom:link href="http://xtyler.com/code/20/feed" rel="self" type="application/rss+xml" />
	<link>http://xtyler.com/code/20</link>
	<description>a developer&#039;s blog.</description>
	<lastBuildDate>Tue, 19 Apr 2011 14:30:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thoughts On Sproutcore and App Dev In General &#171; lukesh +interactive</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-11863</link>
		<dc:creator>Thoughts On Sproutcore and App Dev In General &#171; lukesh +interactive</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-11863</guid>
		<description>[...] have the advantage of not being the first in that they can fix all the things that Adobe has done wrong. It all looks really promising except for a few things, which I&#8217;ll discuss in a [...]</description>
		<content:encoded><![CDATA[<p>[...] have the advantage of not being the first in that they can fix all the things that Adobe has done wrong. It all looks really promising except for a few things, which I&#8217;ll discuss in a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtyler</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-11502</link>
		<dc:creator>xtyler</dc:creator>
		<pubDate>Tue, 17 Feb 2009 23:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-11502</guid>
		<description>Both data binding solutions have just been &lt;a href=&quot;http://www.xtyler.com/code/177&quot; rel=&quot;nofollow&quot;&gt;released&lt;/a&gt;. The first one I built was never publicly available until now - but I highly recommend Flight&#039;s &lt;code&gt;Bind&lt;/code&gt; solution over the proxy wrapper around &lt;code&gt;BindingUtils&lt;/code&gt;, as it increases memory and slows performance on top of Flex&#039;s already-slow bindings. The new AS3-only solution works seamlessly with Flex and has memory/performance improvements on top of the weak-reference feature.</description>
		<content:encoded><![CDATA[<p>Both data binding solutions have just been <a href="http://www.xtyler.com/code/177" rel="nofollow">released</a>. The first one I built was never publicly available until now &#8211; but I highly recommend Flight&#8217;s <code>Bind</code> solution over the proxy wrapper around <code>BindingUtils</code>, as it increases memory and slows performance on top of Flex&#8217;s already-slow bindings. The new AS3-only solution works seamlessly with Flex and has memory/performance improvements on top of the weak-reference feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtyler Custom Binding Released!</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-11501</link>
		<dc:creator>xtyler Custom Binding Released!</dc:creator>
		<pubDate>Tue, 17 Feb 2009 22:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-11501</guid>
		<description>[...] as promised. It has a smaller memory footprint, a faster clock-speed and, best of all, it&#8217;s 100% [...]</description>
		<content:encoded><![CDATA[<p>[...] as promised. It has a smaller memory footprint, a faster clock-speed and, best of all, it&#8217;s 100% [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Baker</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-11423</link>
		<dc:creator>Greg Baker</dc:creator>
		<pubDate>Sat, 07 Feb 2009 16:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-11423</guid>
		<description>I too am interested in your solution.  This was to be fixed in Gumbo &gt; 4.0.0.4330 ... but seams not.  I am using the Mate framework and a Presentation design pattern with lots of module loads/unloads.  This problem is a big pain.  I did not find your previous solution &quot;...a wrapper class to Flex’s BindingUtils.&quot;  Anyway, I would be interested in this to try with our modular application(s).  -- Thank you.</description>
		<content:encoded><![CDATA[<p>I too am interested in your solution.  This was to be fixed in Gumbo &gt; 4.0.0.4330 &#8230; but seams not.  I am using the Mate framework and a Presentation design pattern with lots of module loads/unloads.  This problem is a big pain.  I did not find your previous solution &#8220;&#8230;a wrapper class to Flex’s BindingUtils.&#8221;  Anyway, I would be interested in this to try with our modular application(s).  &#8212; Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtyler</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-10817</link>
		<dc:creator>xtyler</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-10817</guid>
		<description>Thanks for the input Jonathan! The Flight Framework with which the data binding will be shipped is an open source library. You can include the .swc or classes (in part or in full) in any project and pick and choose what utilities you want to take advantage of. The only requirement under the MIT license is that the license itself, copyright and credits, remain intact within the source code.</description>
		<content:encoded><![CDATA[<p>Thanks for the input Jonathan! The Flight Framework with which the data binding will be shipped is an open source library. You can include the .swc or classes (in part or in full) in any project and pick and choose what utilities you want to take advantage of. The only requirement under the MIT license is that the license itself, copyright and credits, remain intact within the source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan @ JADBOX.COM</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-10791</link>
		<dc:creator>Jonathan @ JADBOX.COM</dc:creator>
		<pubDate>Tue, 27 Jan 2009 06:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-10791</guid>
		<description>Any chance of this utility being released my itself without the framework attached? This would be valuable in even small projects. Email me if you need a beta tester. :)</description>
		<content:encoded><![CDATA[<p>Any chance of this utility being released my itself without the framework attached? This would be valuable in even small projects. Email me if you need a beta tester. <img src='http://xtyler.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hoisie</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-10100</link>
		<dc:creator>Michael Hoisie</dc:creator>
		<pubDate>Tue, 13 Jan 2009 23:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-10100</guid>
		<description>I&#039;m also looking forward to this code being available :) My projects generally don&#039;t use the flex framework, so it would be nice to have some data binding mechanism.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also looking forward to this code being available <img src='http://xtyler.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  My projects generally don&#8217;t use the flex framework, so it would be nice to have some data binding mechanism.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtyler</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-10087</link>
		<dc:creator>xtyler</dc:creator>
		<pubDate>Mon, 12 Jan 2009 23:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-10087</guid>
		<description>Jim and Andre - Both binding solutions will be available with the release of the Flight Framework, an MVC application framework. I&#039;ll be the first to post when that&#039;s available, it&#039;s undergoing final documentation.</description>
		<content:encoded><![CDATA[<p>Jim and Andre &#8211; Both binding solutions will be available with the release of the Flight Framework, an MVC application framework. I&#8217;ll be the first to post when that&#8217;s available, it&#8217;s undergoing final documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtyler</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-10086</link>
		<dc:creator>xtyler</dc:creator>
		<pubDate>Mon, 12 Jan 2009 23:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-10086</guid>
		<description>Alan - cleaning up after yourself is by far the best policy. Some systems are large and complex and it can be hard to track the many points of failure, so a better binding solution is convenient and can save time and money.</description>
		<content:encoded><![CDATA[<p>Alan &#8211; cleaning up after yourself is by far the best policy. Some systems are large and complex and it can be hard to track the many points of failure, so a better binding solution is convenient and can save time and money.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://xtyler.com/code/20/comment-page-1#comment-10084</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Mon, 12 Jan 2009 15:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtyler.com/?p=20#comment-10084</guid>
		<description>Hey,

cool stuff =) I just ran into a problem with mx:Binding tags in loaded Modules which prevented the Module from beeing garbage collected.
Your Solution is obvioulsy the most elegant one. Can you send me your code or an swc lib? would be very much appreciated!</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>cool stuff =) I just ran into a problem with mx:Binding tags in loaded Modules which prevented the Module from beeing garbage collected.<br />
Your Solution is obvioulsy the most elegant one. Can you send me your code or an swc lib? would be very much appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

