<?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: Flex Immaturities</title>
	<atom:link href="http://gorillajawn.com/wordpress/2008/11/07/flex-immaturities/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorillajawn.com/wordpress/2008/11/07/flex-immaturities/</link>
	<description>Enterprise Software Consultant</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:02:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jonr</title>
		<link>http://gorillajawn.com/wordpress/2008/11/07/flex-immaturities/comment-page-1/#comment-20530</link>
		<dc:creator>jonr</dc:creator>
		<pubDate>Fri, 07 Nov 2008 22:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=63#comment-20530</guid>
		<description>Hi Matt, I forgot to say thanks for the comment.  Also, I have been thinking through this more.  If I had created a JonCollection class that implemented ICollectionView and IList and internally delegated the work to an ArrayCollection (lazy initing it / i.e. only instancing it the ArrayCollection object when it was needed).  Then used that Object in my model (i.e. Team had an a member that was player of type JonCollection).  Would the AMF serialization used my JonCollection rather than the ArrayCollection?</description>
		<content:encoded><![CDATA[<p>Hi Matt, I forgot to say thanks for the comment.  Also, I have been thinking through this more.  If I had created a JonCollection class that implemented ICollectionView and IList and internally delegated the work to an ArrayCollection (lazy initing it / i.e. only instancing it the ArrayCollection object when it was needed).  Then used that Object in my model (i.e. Team had an a member that was player of type JonCollection).  Would the AMF serialization used my JonCollection rather than the ArrayCollection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonr</title>
		<link>http://gorillajawn.com/wordpress/2008/11/07/flex-immaturities/comment-page-1/#comment-20529</link>
		<dc:creator>jonr</dc:creator>
		<pubDate>Fri, 07 Nov 2008 18:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=63#comment-20529</guid>
		<description>ArrayCollection&#039;s super class, ListCollectionView, does implement ICollectionView, but ArrayCollection itself doesn&#039;t implement a collection Interface.</description>
		<content:encoded><![CDATA[<p>ArrayCollection&#8217;s super class, ListCollectionView, does implement ICollectionView, but ArrayCollection itself doesn&#8217;t implement a collection Interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://gorillajawn.com/wordpress/2008/11/07/flex-immaturities/comment-page-1/#comment-20528</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 07 Nov 2008 18:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=63#comment-20528</guid>
		<description>Just want to point out that ArrayCollection is an implementation of an interface, the ICollectionView and IList.  So alternatives can be created that mirror the functionality.  The only issue is in how serialization works from AMF, which I believe was part of your original problem.</description>
		<content:encoded><![CDATA[<p>Just want to point out that ArrayCollection is an implementation of an interface, the ICollectionView and IList.  So alternatives can be created that mirror the functionality.  The only issue is in how serialization works from AMF, which I believe was part of your original problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
