<?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: Scaling up EasyMVC as your Flex application grows (Part 2: Services)</title>
	<atom:link href="http://www.gotripod.com/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gotripod.com/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:17:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RENTAL EPC</title>
		<link>http://www.gotripod.com/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-653</link>
		<dc:creator>RENTAL EPC</dc:creator>
		<pubDate>Mon, 21 Jul 2008 10:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-653</guid>
		<description>Thanks man, just what I was looking for. Thanks so much...

Very interesting article as I am looking at Cairngorm &amp; EasyMVC at present.</description>
		<content:encoded><![CDATA[<p>Thanks man, just what I was looking for. Thanks so much&#8230;</p>
<p>Very interesting article as I am looking at Cairngorm &amp; EasyMVC at present.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.gotripod.com/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-645</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 02 May 2008 17:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-645</guid>
		<description>Great series--keep it coming. I&#039;d especially like you to walk it back from the point reached at the end of the article, starting from the return of the web service and ending with a change in UI.</description>
		<content:encoded><![CDATA[<p>Great series&#8211;keep it coming. I&#8217;d especially like you to walk it back from the point reached at the end of the article, starting from the return of the web service and ending with a change in UI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.gotripod.com/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-649</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Sun, 23 Mar 2008 14:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-649</guid>
		<description>Very interesting article as I am looking at Cairngorm &amp; EasyMVC at present.

Is it possible you could zip up a project of this tutorial to make it easier to set up here and follow along ?</description>
		<content:encoded><![CDATA[<p>Very interesting article as I am looking at Cairngorm &amp; EasyMVC at present.</p>
<p>Is it possible you could zip up a project of this tutorial to make it easier to set up here and follow along ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://www.gotripod.com/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-637</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Sun, 09 Mar 2008 00:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-637</guid>
		<description>I an using this with RemoteObject (not web service as in your example) and found that I had to have result() and fault() controller methods accept return types of data:Object (not event:Event) otherwise Flex Builder 3 gives incompatible signature error since IReponder is defined with data:Object and not event:Event

Also in your services singleton code you have _instance = new RespondentWS() where I think RespondentWS() should be MyService().

Thanks for another great article - your series has helped me get my app nicely structured and given me a good framework for development.

I hope there will be more to come!</description>
		<content:encoded><![CDATA[<p>I an using this with RemoteObject (not web service as in your example) and found that I had to have result() and fault() controller methods accept return types of data:Object (not event:Event) otherwise Flex Builder 3 gives incompatible signature error since IReponder is defined with data:Object and not event:Event</p>
<p>Also in your services singleton code you have _instance = new RespondentWS() where I think RespondentWS() should be MyService().</p>
<p>Thanks for another great article &#8211; your series has helped me get my app nicely structured and given me a good framework for development.</p>
<p>I hope there will be more to come!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clockwork Objects &#187; Scaling up EasyMVC as your Flex application grows (Part 1)</title>
		<link>http://www.gotripod.com/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-641</link>
		<dc:creator>Clockwork Objects &#187; Scaling up EasyMVC as your Flex application grows (Part 1)</dc:creator>
		<pubDate>Tue, 04 Mar 2008 22:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/2008/03/04/scaling-up-easymvc-as-your-flex-application-grows-part-2-services/#comment-641</guid>
		<description>[...] In part 2 I will look at how we share web / http services between commands.  Comments below.. Advertisement        &#160;  &#160;    Permalink &#124;  dzone  &#124; 3 Comments &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] In part 2 I will look at how we share web / http services between commands.  Comments below.. Advertisement        &nbsp;  &nbsp;    Permalink |  dzone  | 3 Comments &#187; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
