<?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: Flex Part 03: The ModelLocator</title>
	<atom:link href="http://blog.tsclausing.com/post/9/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tsclausing.com/post/9</link>
	<description>Personal &#38; Professional Blog of T. Scot Clausing // Adobe Flex Consultant in Nashville, TN</description>
	<pubDate>Sun, 01 Aug 2010 05:32:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Todd</title>
		<link>http://blog.tsclausing.com/post/9#comment-298</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Tue, 28 Apr 2009 20:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-298</guid>
		<description>Awesome series for a newbie to Flex like myself.  I am building my first app and will apply these principals.  Thanks for recommending how data should be stored within Flex.</description>
		<content:encoded><![CDATA[<p>Awesome series for a newbie to Flex like myself.  I am building my first app and will apply these principals.  Thanks for recommending how data should be stored within Flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://blog.tsclausing.com/post/9#comment-145</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Tue, 13 May 2008 20:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-145</guid>
		<description>Pure genius!  Thanks for the concise and well thought out tutorial on organizing data and code with Flex.</description>
		<content:encoded><![CDATA[<p>Pure genius!  Thanks for the concise and well thought out tutorial on organizing data and code with Flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanuvan</title>
		<link>http://blog.tsclausing.com/post/9#comment-127</link>
		<dc:creator>Tanuvan</dc:creator>
		<pubDate>Sun, 06 Apr 2008 01:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-127</guid>
		<description>Brilliant Series!!!</description>
		<content:encoded><![CDATA[<p>Brilliant Series!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://blog.tsclausing.com/post/9#comment-33</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Thu, 21 Feb 2008 01:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-33</guid>
		<description>Scot - enjoying the series. Looking forward to future installments. Nice to be able to tap into some of the good things from frameworks like Cairngorm (ModelLocator) without having to get into Cairngorm.</description>
		<content:encoded><![CDATA[<p>Scot - enjoying the series. Looking forward to future installments. Nice to be able to tap into some of the good things from frameworks like Cairngorm (ModelLocator) without having to get into Cairngorm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Scot Clausing</title>
		<link>http://blog.tsclausing.com/post/9#comment-24</link>
		<dc:creator>T. Scot Clausing</dc:creator>
		<pubDate>Wed, 13 Feb 2008 22:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-24</guid>
		<description>In response to using ORM (Object Relational Mapping) with PHP and AMF it sounds like there may be a couple options.  Both solutions use &lt;a href="http://www.phpdoctrine.org/" rel="nofollow"&gt;Doctrine PHP&lt;/a&gt; for ORM.  I will be looking into this further.  If anyone else has additional resources or input, please let me know!  Thanks.

&lt;strong&gt;WebORB PHP&lt;/strong&gt;
http://www.themidnightcoders.com/forum/default.aspx?g=posts&#038;t=356
- Anyone have any more info on WebORB PHP and Doctrine?

&lt;strong&gt;AMFPHP&lt;/strong&gt;
-Has an adapter for Doctrine built in (amfphp/core/shared/adapters/doctrineAdapter.php).  I am very interested in this and hopefully will have a post about it soon.</description>
		<content:encoded><![CDATA[<p>In response to using ORM (Object Relational Mapping) with PHP and AMF it sounds like there may be a couple options.  Both solutions use <a href="http://www.phpdoctrine.org/" rel="nofollow">Doctrine PHP</a> for ORM.  I will be looking into this further.  If anyone else has additional resources or input, please let me know!  Thanks.</p>
<p><strong>WebORB PHP</strong><br />
<a href="http://www.themidnightcoders.com/forum/default.aspx?g=posts&#038;t=356" rel="nofollow">http://www.themidnightcoders.com/forum/default.aspx?g=posts&#038;t=356</a><br />
- Anyone have any more info on WebORB PHP and Doctrine?</p>
<p><strong>AMFPHP</strong><br />
-Has an adapter for Doctrine built in (amfphp/core/shared/adapters/doctrineAdapter.php).  I am very interested in this and hopefully will have a post about it soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Scot Clausing</title>
		<link>http://blog.tsclausing.com/post/9#comment-19</link>
		<dc:creator>T. Scot Clausing</dc:creator>
		<pubDate>Sat, 02 Feb 2008 14:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-19</guid>
		<description>Currently at work we are using Ruby on Rails with RubyAMF.  &#60;- A beautiful combo.  At home I am using WebORB for PHP.  I tried AMFPHP with great success and I favor its simplicity, but WebORB (at the time I made the decision) was better documented and had a more feature packed tool for testing.  Should I reconsider?

I would really like to see a demonstration of using ORM in PHP with AMF.  That would be great.  Anyone have an example of this?</description>
		<content:encoded><![CDATA[<p>Currently at work we are using Ruby on Rails with RubyAMF.  &lt;- A beautiful combo.  At home I am using WebORB for PHP.  I tried AMFPHP with great success and I favor its simplicity, but WebORB (at the time I made the decision) was better documented and had a more feature packed tool for testing.  Should I reconsider?</p>
<p>I would really like to see a demonstration of using ORM in PHP with AMF.  That would be great.  Anyone have an example of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Throop</title>
		<link>http://blog.tsclausing.com/post/9#comment-17</link>
		<dc:creator>Ben Throop</dc:creator>
		<pubDate>Sat, 02 Feb 2008 05:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-17</guid>
		<description>Ah cool. What are you using on the back end? I'm using AMFPHP.</description>
		<content:encoded><![CDATA[<p>Ah cool. What are you using on the back end? I&#8217;m using AMFPHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Scot Clausing</title>
		<link>http://blog.tsclausing.com/post/9#comment-14</link>
		<dc:creator>T. Scot Clausing</dc:creator>
		<pubDate>Sun, 27 Jan 2008 19:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-14</guid>
		<description>I have made an assumption in this series that I alluded to in Part 02 but never made clear.  The assumption is that readers will be sending and receiving data using AMF (ActionScript Messaging Format) and mapping objects on the server to objects (VO's) in the Flex application.  Using AMF for data transfer provides a much faster response time and allows strongly typed data to move between the server and the application.

If you're not going that route then VO's may not be necessary (since the VO's primary purpose is to provide an object in the Flex app that maps to an object on the server).</description>
		<content:encoded><![CDATA[<p>I have made an assumption in this series that I alluded to in Part 02 but never made clear.  The assumption is that readers will be sending and receiving data using AMF (ActionScript Messaging Format) and mapping objects on the server to objects (VO&#8217;s) in the Flex application.  Using AMF for data transfer provides a much faster response time and allows strongly typed data to move between the server and the application.</p>
<p>If you&#8217;re not going that route then VO&#8217;s may not be necessary (since the VO&#8217;s primary purpose is to provide an object in the Flex app that maps to an object on the server).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Throop</title>
		<link>http://blog.tsclausing.com/post/9#comment-11</link>
		<dc:creator>Ben Throop</dc:creator>
		<pubDate>Sat, 26 Jan 2008 16:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tsclausing.com/post/9#comment-11</guid>
		<description>Scot... really nice series. I haven't seen things taken from the ground up anywhere else and it's really useful. I'll be following along with each additional post. 

I've architected my app in a similar way but I combined the VO and the Model into a single class. I'm using XML for server communication and so I have a setXML and getXML (akin to your toVO and fromVO methods), but without a separate VO class. Are there any potential hitches that stand out to you in combining the model and VO?</description>
		<content:encoded><![CDATA[<p>Scot&#8230; really nice series. I haven&#8217;t seen things taken from the ground up anywhere else and it&#8217;s really useful. I&#8217;ll be following along with each additional post. </p>
<p>I&#8217;ve architected my app in a similar way but I combined the VO and the Model into a single class. I&#8217;m using XML for server communication and so I have a setXML and getXML (akin to your toVO and fromVO methods), but without a separate VO class. Are there any potential hitches that stand out to you in combining the model and VO?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
