<?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/Flash Architectural Challenge (part 2)</title>
	<atom:link href="http://kuwamoto.org/2005/08/18/flexflash-architectural-challenge-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://kuwamoto.org/2005/08/18/flexflash-architectural-challenge-part-2/</link>
	<description>music, technology, interfaces</description>
	<lastBuildDate>Sun, 29 Jan 2012 05:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Zdravko</title>
		<link>http://kuwamoto.org/2005/08/18/flexflash-architectural-challenge-part-2/comment-page-1/#comment-132</link>
		<dc:creator>Zdravko</dc:creator>
		<pubDate>Sun, 21 Aug 2005 19:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=29#comment-132</guid>
		<description>Gentlemen,

I would like to encourage you to go ahead with this Ta-Da List.  

While it is a poor example in support of a need for an MVC implementation (Steven&#039;s point) it is a good example of a simple MVC implementation (Sho&#039;s point?) that would be educationally valuable to us numerous non-purists.

When done, perhaps you can use it to illustrate the simplicity of adding another use case and through it the need for MVC itself.

</description>
		<content:encoded><![CDATA[<p>Gentlemen,</p>
<p>I would like to encourage you to go ahead with this Ta-Da List.  </p>
<p>While it is a poor example in support of a need for an MVC implementation (Steven&#8217;s point) it is a good example of a simple MVC implementation (Sho&#8217;s point?) that would be educationally valuable to us numerous non-purists.</p>
<p>When done, perhaps you can use it to illustrate the simplicity of adding another use case and through it the need for MVC itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://kuwamoto.org/2005/08/18/flexflash-architectural-challenge-part-2/comment-page-1/#comment-131</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Fri, 19 Aug 2005 20:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=29#comment-131</guid>
		<description>Hi there Steven.

For starters, I&#039;m going to take you and Romain up on his excellent suggestion of looking at the work that you have already done to rework FlexStore using Cairngorm.

Second, this is not really a competition or anything (t-shirt aside), and I don&#039;t think it makes sense to come up with predefined metrics. Rather, the metrics are what you, I, and others individually want to express in terms of what we consider to be good architecture. This is just a different way of having the conversation. 

For example, if your point is that real world applications have complexities which are well served by having a controller layer and you can think of a way of illustrating that through this example, that would be great. 

If you need to make the scenario more complex to illustrate this, that would work as well. For example, in a real world list product, it might grow to let you move list items to other people, track percentage complete and dependencies between tasks, watch for database access collisions, or any number of other complexities. You could describe the more complex app, and sketch out how you would architect a portion of the application.

In any case, I think we all agree that there is no definition of &quot;best architecture&quot;. I just thought it would be helpful to get concrete in order for us to talk about how different architectures get you different benefits.</description>
		<content:encoded><![CDATA[<p>Hi there Steven.</p>
<p>For starters, I&#8217;m going to take you and Romain up on his excellent suggestion of looking at the work that you have already done to rework FlexStore using Cairngorm.</p>
<p>Second, this is not really a competition or anything (t-shirt aside), and I don&#8217;t think it makes sense to come up with predefined metrics. Rather, the metrics are what you, I, and others individually want to express in terms of what we consider to be good architecture. This is just a different way of having the conversation. </p>
<p>For example, if your point is that real world applications have complexities which are well served by having a controller layer and you can think of a way of illustrating that through this example, that would be great. </p>
<p>If you need to make the scenario more complex to illustrate this, that would work as well. For example, in a real world list product, it might grow to let you move list items to other people, track percentage complete and dependencies between tasks, watch for database access collisions, or any number of other complexities. You could describe the more complex app, and sketch out how you would architect a portion of the application.</p>
<p>In any case, I think we all agree that there is no definition of &#8220;best architecture&#8221;. I just thought it would be helpful to get concrete in order for us to talk about how different architectures get you different benefits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Webster</title>
		<link>http://kuwamoto.org/2005/08/18/flexflash-architectural-challenge-part-2/comment-page-1/#comment-130</link>
		<dc:creator>Steven Webster</dc:creator>
		<pubDate>Fri, 19 Aug 2005 19:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=29#comment-130</guid>
		<description>Sho ... I&#039;m concerned first of all of advocating that microarchitecture is required for the building of such a trivial application.  I&#039;m concerned that we&#039;ll draw fire for appearing to produce an overcomplicated solution to an application, and this will be taken at face-value as evidence that microarchitecture such as Cairngorm imposes unnecessary overhead.

The Cairngorm Store application, as Romain discussed, is an exemplification I feel of how an MVC application with domain model objects can be reimplemented with Controllers, Commands, Business Delegate, Value Objects and ModelLocators.

If I can find the time, I&#039;m certainly willing to blog as to how we&#039;d address implementing the todo application with Cairngorm, but if your metric of &quot;best architecture&quot; is fewest lines of code or fewest architectural tiers, then you win already.

So what are the criteria for success here ?</description>
		<content:encoded><![CDATA[<p>Sho &#8230; I&#8217;m concerned first of all of advocating that microarchitecture is required for the building of such a trivial application.  I&#8217;m concerned that we&#8217;ll draw fire for appearing to produce an overcomplicated solution to an application, and this will be taken at face-value as evidence that microarchitecture such as Cairngorm imposes unnecessary overhead.</p>
<p>The Cairngorm Store application, as Romain discussed, is an exemplification I feel of how an MVC application with domain model objects can be reimplemented with Controllers, Commands, Business Delegate, Value Objects and ModelLocators.</p>
<p>If I can find the time, I&#8217;m certainly willing to blog as to how we&#8217;d address implementing the todo application with Cairngorm, but if your metric of &#8220;best architecture&#8221; is fewest lines of code or fewest architectural tiers, then you win already.</p>
<p>So what are the criteria for success here ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://kuwamoto.org/2005/08/18/flexflash-architectural-challenge-part-2/comment-page-1/#comment-129</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Fri, 19 Aug 2005 16:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=29#comment-129</guid>
		<description>Well, I leave it to you. I understand that this is a small app, and that the design constraints may be different, but it would be hard for us to deconstruct a large app, so I was hoping it would still be illustrative. Perhaps not, from your response?</description>
		<content:encoded><![CDATA[<p>Well, I leave it to you. I understand that this is a small app, and that the design constraints may be different, but it would be hard for us to deconstruct a large app, so I was hoping it would still be illustrative. Perhaps not, from your response?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Webster</title>
		<link>http://kuwamoto.org/2005/08/18/flexflash-architectural-challenge-part-2/comment-page-1/#comment-128</link>
		<dc:creator>Steven Webster</dc:creator>
		<pubDate>Fri, 19 Aug 2005 08:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=29#comment-128</guid>
		<description>Sho; just to play devil&#039;s advocate for a while here.  I don&#039;t think the app you&#039;re asking for here, is necessary of the complexity, scale, number of use-cases, number of developers, etc, that would necessary require the infrastructure of an MVC microarchitecture.

We could discuss how we&#039;d implement the above using an MVC microarchitecture (I&#039;d happily discuss how to do this in Cairngorm) but it&#039;d be an academic exercise in understanding the framework, not a justification of where the framework brings in significant benefits.  There&#039;d be a leap of faith in accepting how this would scale, but it&#039;d be very easy to argue that we were &quot;making the simple complex&quot;.

When I introduce MVC microarchitecture to development teams, I want to enable them to successfully build applications like online self-service banking applications, not todo lists.

Appreciate your thoughts.</description>
		<content:encoded><![CDATA[<p>Sho; just to play devil&#8217;s advocate for a while here.  I don&#8217;t think the app you&#8217;re asking for here, is necessary of the complexity, scale, number of use-cases, number of developers, etc, that would necessary require the infrastructure of an MVC microarchitecture.</p>
<p>We could discuss how we&#8217;d implement the above using an MVC microarchitecture (I&#8217;d happily discuss how to do this in Cairngorm) but it&#8217;d be an academic exercise in understanding the framework, not a justification of where the framework brings in significant benefits.  There&#8217;d be a leap of faith in accepting how this would scale, but it&#8217;d be very easy to argue that we were &#8220;making the simple complex&#8221;.</p>
<p>When I introduce MVC microarchitecture to development teams, I want to enable them to successfully build applications like online self-service banking applications, not todo lists.</p>
<p>Appreciate your thoughts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

