<?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"
	>
<channel>
	<title>Comments on: Model Adapters - A binding pattern using an Adapter</title>
	<atom:link href="http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/</link>
	<description>Comments and thoughts on technology from Marc Hughes</description>
	<pubDate>Wed, 07 Jan 2009 17:18:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Barry Jones</title>
		<link>http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-518</link>
		<dc:creator>Barry Jones</dc:creator>
		<pubDate>Thu, 11 Dec 2008 12:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-518</guid>
		<description>Brilliant, just what I needed. I had been jumping through all sorts of hoops to get the same result.
Thanks.</description>
		<content:encoded><![CDATA[<p>Brilliant, just what I needed. I had been jumping through all sorts of hoops to get the same result.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Ngo</title>
		<link>http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-400</link>
		<dc:creator>Tony Ngo</dc:creator>
		<pubDate>Wed, 06 Aug 2008 01:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-400</guid>
		<description>Thank you! Your article was very helpful!</description>
		<content:encoded><![CDATA[<p>Thank you! Your article was very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Nelson</title>
		<link>http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-384</link>
		<dc:creator>Dan Nelson</dc:creator>
		<pubDate>Sat, 19 Jul 2008 16:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-384</guid>
		<description>Great post!  This will come in handy.</description>
		<content:encoded><![CDATA[<p>Great post!  This will come in handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-383</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 19 Jul 2008 14:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-383</guid>
		<description>I've just accidentally deleted a comment I meant to click the "post" button on.

---
From: Ariel Jakobovits

Isn't this what a mx.collections.ListCollectionView allows you to do?
---

I'm embarrassed to say I didn't know about ListCollectionView until you pointed it out, but it does appear to solve the problem specifically with sorting &#038; filtering collections.  I'd have to try it out to see if it actually works the same or not.  But assuming it works how I think it may, I'd probably use it as part of the model adapter I described above.

But the broader topic of a model adapter is still an important one.  Doing things like the following are all covered by the pattern and not ListCollectionView:

- Summarize data for different views.  
- Expose a completely different interface of your data.  
- Combine multiple sources of items into a single list.
- Expose non-list based data</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just accidentally deleted a comment I meant to click the &#8220;post&#8221; button on.</p>
<p>&#8212;<br />
From: Ariel Jakobovits</p>
<p>Isn&#8217;t this what a mx.collections.ListCollectionView allows you to do?<br />
&#8212;</p>
<p>I&#8217;m embarrassed to say I didn&#8217;t know about ListCollectionView until you pointed it out, but it does appear to solve the problem specifically with sorting &#038; filtering collections.  I&#8217;d have to try it out to see if it actually works the same or not.  But assuming it works how I think it may, I&#8217;d probably use it as part of the model adapter I described above.</p>
<p>But the broader topic of a model adapter is still an important one.  Doing things like the following are all covered by the pattern and not ListCollectionView:</p>
<p>- Summarize data for different views.<br />
- Expose a completely different interface of your data.<br />
- Combine multiple sources of items into a single list.<br />
- Expose non-list based data</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaun</title>
		<link>http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-382</link>
		<dc:creator>shaun</dc:creator>
		<pubDate>Sat, 19 Jul 2008 14:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-382</guid>
		<description>very nice examples, thanks for taking the time to put this together.</description>
		<content:encoded><![CDATA[<p>very nice examples, thanks for taking the time to put this together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-378</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 18 Jul 2008 18:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-378</guid>
		<description>Glad you like it Young.

I really must apologize for it taking so long, it's amazing how easy it is to procrastinate around doing any sort of work.</description>
		<content:encoded><![CDATA[<p>Glad you like it Young.</p>
<p>I really must apologize for it taking so long, it&#8217;s amazing how easy it is to procrastinate around doing any sort of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Young</title>
		<link>http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-377</link>
		<dc:creator>Young</dc:creator>
		<pubDate>Fri, 18 Jul 2008 18:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/07/model-adapters-a-binding-pattern/#comment-377</guid>
		<description>I've been waiting for this blog. Good as expected!!!

Thanks,</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been waiting for this blog. Good as expected!!!</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
