<?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: Spring ActionScript: Café Townsend sample application</title>
	<atom:link href="http://www.herrodius.com/blog/307/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/307</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Mon, 23 Aug 2010 17:50:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Flash video news</title>
		<link>http://www.herrodius.com/blog/307/comment-page-1#comment-14606</link>
		<dc:creator>Flash video news</dc:creator>
		<pubDate>Fri, 23 Jul 2010 21:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=307#comment-14606</guid>
		<description>Thanks for publishing this. the layered architecture diagram was helpful. I just downloaded the source code. time to start playing! Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for publishing this. the layered architecture diagram was helpful. I just downloaded the source code. time to start playing! Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hemelberg</title>
		<link>http://www.herrodius.com/blog/307/comment-page-1#comment-14603</link>
		<dc:creator>Mike Hemelberg</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=307#comment-14603</guid>
		<description>Hi Christophe,

Awesome post. Is it OK to add style names to presentation model classes?

For example,

public var price:Number;
public var priceStyleName:String;
public var priceOverStyleName:String;
public var titleStyleName:String;</description>
		<content:encoded><![CDATA[<p>Hi Christophe,</p>
<p>Awesome post. Is it OK to add style names to presentation model classes?</p>
<p>For example,</p>
<p>public var price:Number;<br />
public var priceStyleName:String;<br />
public var priceOverStyleName:String;<br />
public var titleStyleName:String;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/307/comment-page-1#comment-14524</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Wed, 28 Apr 2010 12:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=307#comment-14524</guid>
		<description>Hi Murug, I think you can download the Cairngorm sources here :http://www.cairngormdocs.org/exampleApps/CafeTownsend.zip</description>
		<content:encoded><![CDATA[<p>Hi Murug, I think you can download the Cairngorm sources here :http://www.cairngormdocs.org/exampleApps/CafeTownsend.zip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murug</title>
		<link>http://www.herrodius.com/blog/307/comment-page-1#comment-14523</link>
		<dc:creator>Murug</dc:creator>
		<pubDate>Mon, 26 Apr 2010 06:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=307#comment-14523</guid>
		<description>Hi,

Can any one give me the link to donwload the source code of cairngorm -- Cafe Townsend application.

Muruga</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can any one give me the link to donwload the source code of cairngorm &#8212; Cafe Townsend application.</p>
<p>Muruga</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/307/comment-page-1#comment-14519</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Tue, 20 Apr 2010 06:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=307#comment-14519</guid>
		<description>Hi spiritj,

since we can&#039;t read the private variables of an object via reflection, we need to annotate a public variable which can then be autowired. It does not really matter if you annotate the getter or the setter, since these are treated as 1 accessor with read/write properties.

regards,
Christophe</description>
		<content:encoded><![CDATA[<p>Hi spiritj,</p>
<p>since we can&#8217;t read the private variables of an object via reflection, we need to annotate a public variable which can then be autowired. It does not really matter if you annotate the getter or the setter, since these are treated as 1 accessor with read/write properties.</p>
<p>regards,<br />
Christophe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spiritj</title>
		<link>http://www.herrodius.com/blog/307/comment-page-1#comment-14485</link>
		<dc:creator>spiritj</dc:creator>
		<pubDate>Sun, 04 Apr 2010 09:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=307#comment-14485</guid>
		<description>Hi,Christophe: 
i found that private property can&#039;t be autowired,right?
but my another question is why u autowire the getter but not the setter,
any different? Does getter autowiring means unconditionally autowired?

waiting ur reply...

regards,

spiritj</description>
		<content:encoded><![CDATA[<p>Hi,Christophe:<br />
i found that private property can&#8217;t be autowired,right?<br />
but my another question is why u autowire the getter but not the setter,<br />
any different? Does getter autowiring means unconditionally autowired?</p>
<p>waiting ur reply&#8230;</p>
<p>regards,</p>
<p>spiritj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spiritj</title>
		<link>http://www.herrodius.com/blog/307/comment-page-1#comment-14481</link>
		<dc:creator>spiritj</dc:creator>
		<pubDate>Sun, 04 Apr 2010 06:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=307#comment-14481</guid>
		<description>really excellent work.
One confusing here:
while everything running fine in ur micro-container,but in ur &quot;EmployeeList.mxml&quot;,in the area of private properties declaration,
I&#039;m wondering why &quot;[Autowired]&quot; not directly worked on the property &quot;_presentationModel&quot; instead of its getter function?code given below:

//[Autowired] &lt;-why not work?
private var _presentationModel:EmployeeListPresentationModel;

[Autowired] //why it work? wot&#039;s the meaning of &quot;autowired a (getter)funtion&quot;?
[Bindable(event=&quot;presentationModelChange&quot;)]
public function get presentationModel():EmployeeListPresentationModel {
  return _presentationModel;
}
...
//presentationModel using here


Hoping ur reply

regards,

spiritj</description>
		<content:encoded><![CDATA[<p>really excellent work.<br />
One confusing here:<br />
while everything running fine in ur micro-container,but in ur &#8220;EmployeeList.mxml&#8221;,in the area of private properties declaration,<br />
I&#8217;m wondering why &#8220;[Autowired]&#8221; not directly worked on the property &#8220;_presentationModel&#8221; instead of its getter function?code given below:</p>
<p>//[Autowired] &lt;-why not work?<br />
private var _presentationModel:EmployeeListPresentationModel;</p>
<p>[Autowired] //why it work? wot&#039;s the meaning of &quot;autowired a (getter)funtion&quot;?<br />
[Bindable(event=&quot;presentationModelChange&quot;)]<br />
public function get presentationModel():EmployeeListPresentationModel {<br />
  return _presentationModel;<br />
}<br />
&#8230;<br />
//presentationModel using here</p>
<p>Hoping ur reply</p>
<p>regards,</p>
<p>spiritj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim Deblauwe</title>
		<link>http://www.herrodius.com/blog/307/comment-page-1#comment-14362</link>
		<dc:creator>Wim Deblauwe</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=307#comment-14362</guid>
		<description>Really nice structure. I wish I had something simular when programming Swing a few years ago.

One detail: can you add the code to dispatch the logout event in the blog post. I think it would be a bit easier to follow along with the blog post for the lazy like me who do not download the sources :)

keep up the good work!

regards,

Wim</description>
		<content:encoded><![CDATA[<p>Really nice structure. I wish I had something simular when programming Swing a few years ago.</p>
<p>One detail: can you add the code to dispatch the logout event in the blog post. I think it would be a bit easier to follow along with the blog post for the lazy like me who do not download the sources <img src='http://www.herrodius.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>keep up the good work!</p>
<p>regards,</p>
<p>Wim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
