<?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 for Alain Hufkens</title>
	<atom:link href="http://www.hufkens.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hufkens.net</link>
	<description>{Rich Interactive Applications Developer}</description>
	<lastBuildDate>Fri, 13 Aug 2010 09:08:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Flex 4: Create a simple Unit Test in Flash Builder by Abhilash Nagar</title>
		<link>http://www.hufkens.net/2009/06/flex-4-create-a-simple-unit-test-in-flash-builder/comment-page-1/#comment-893</link>
		<dc:creator>Abhilash Nagar</dc:creator>
		<pubDate>Fri, 13 Aug 2010 09:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=768#comment-893</guid>
		<description>A very nice code examples.Thanks.I want to know how to create test cases for ApplicationFacade and Mediators.</description>
		<content:encoded><![CDATA[<p>A very nice code examples.Thanks.I want to know how to create test cases for ApplicationFacade and Mediators.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loading remote swf files in AIR by Alain</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-892</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Thu, 12 Aug 2010 18:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-892</guid>
		<description>Thanks for the info.
I updated the link in the article.

Alain</description>
		<content:encoded><![CDATA[<p>Thanks for the info.<br />
I updated the link in the article.</p>
<p>Alain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loading remote swf files in AIR by Andrew</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-891</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-891</guid>
		<description>The link to the first article is broken.  Here is an updated one.  Thanks for the help!  http://blogs.adobe.com/emalasky/2008/04/remote_plugins.html</description>
		<content:encoded><![CDATA[<p>The link to the first article is broken.  Here is an updated one.  Thanks for the help!  <a href="http://blogs.adobe.com/emalasky/2008/04/remote_plugins.html" rel="nofollow">http://blogs.adobe.com/emalasky/2008/04/remote_plugins.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to restart an AIR application from code by Aanoud</title>
		<link>http://www.hufkens.net/2009/03/how-to-restart-an-air-application-from-code/comment-page-1/#comment-884</link>
		<dc:creator>Aanoud</dc:creator>
		<pubDate>Sat, 07 Aug 2010 16:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=447#comment-884</guid>
		<description>Hi I&#039;m afraid  with air 2.0 it only works on osx, not anymore on windows...
I Need real solid cross platform solution for this.

Any clues?

tnx,

Arnoud</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;m afraid  with air 2.0 it only works on osx, not anymore on windows&#8230;<br />
I Need real solid cross platform solution for this.</p>
<p>Any clues?</p>
<p>tnx,</p>
<p>Arnoud</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to restart an AIR application from code by Patrick Gates</title>
		<link>http://www.hufkens.net/2009/03/how-to-restart-an-air-application-from-code/comment-page-1/#comment-882</link>
		<dc:creator>Patrick Gates</dc:creator>
		<pubDate>Sun, 11 Jul 2010 22:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=447#comment-882</guid>
		<description>If this doesn&#039;t work, you can always encompass all your code in an init() function and then call it</description>
		<content:encoded><![CDATA[<p>If this doesn&#8217;t work, you can always encompass all your code in an init() function and then call it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Model-View-ViewModel in Silverlight and Flex by Alain</title>
		<link>http://www.hufkens.net/2010/02/model-view-viewmodel-in-silverlight-and-flex/comment-page-1/#comment-879</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=1184#comment-879</guid>
		<description>Thanx for the comments, and I agree with you that you better use dependency injection and interfaces to connect your View and the ViewModel. In Silverlight I usually create a ViewModelLocator, that is responsible for creating the ViewModels. These can be created with or without dependency injection. And to send back messages from the View to the ViewModel, this can be done through the Command pattern.

However, this was a very simple demo. And I didn&#039;t want to overarchitect the demo. It served as a example to see if some practices from Silverlight could work also in Flex. 

Alain</description>
		<content:encoded><![CDATA[<p>Thanx for the comments, and I agree with you that you better use dependency injection and interfaces to connect your View and the ViewModel. In Silverlight I usually create a ViewModelLocator, that is responsible for creating the ViewModels. These can be created with or without dependency injection. And to send back messages from the View to the ViewModel, this can be done through the Command pattern.</p>
<p>However, this was a very simple demo. And I didn&#8217;t want to overarchitect the demo. It served as a example to see if some practices from Silverlight could work also in Flex. </p>
<p>Alain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Model-View-ViewModel in Silverlight and Flex by Martin</title>
		<link>http://www.hufkens.net/2010/02/model-view-viewmodel-in-silverlight-and-flex/comment-page-1/#comment-878</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 29 Jun 2010 14:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=1184#comment-878</guid>
		<description>The purpose of the Presentation Model pattern is to capture state and behaviour of Presentation independently of the View.

What this essentially means is that the View should be as oblivious to your Model, as the Model is oblivious to the View. It provides a surface of abstraction from the point of a View and a Model, and one could think of it as a kind of interface on steroids. 

As an example, if we write a hotel booking application, the abstract interface (Presentation) - that is interactivity and perceivable state; user I/O - is defined separately. We may then develop several concrete projections (Views) that all use this interface, be it a CLI, desktop GUI or web application.

The Flex example provided in this article violates the fundamental idea of the Presentation Model pattern in that the View is hardwired to the Model.

On a side note, a canonical implementation of Presentation Model should decouple the the View from the ViewModel, and the ViewModel from the Model as well. This can be achieved by using interfaces and dependency injection, to name one approach.

Cheers!</description>
		<content:encoded><![CDATA[<p>The purpose of the Presentation Model pattern is to capture state and behaviour of Presentation independently of the View.</p>
<p>What this essentially means is that the View should be as oblivious to your Model, as the Model is oblivious to the View. It provides a surface of abstraction from the point of a View and a Model, and one could think of it as a kind of interface on steroids. </p>
<p>As an example, if we write a hotel booking application, the abstract interface (Presentation) &#8211; that is interactivity and perceivable state; user I/O &#8211; is defined separately. We may then develop several concrete projections (Views) that all use this interface, be it a CLI, desktop GUI or web application.</p>
<p>The Flex example provided in this article violates the fundamental idea of the Presentation Model pattern in that the View is hardwired to the Model.</p>
<p>On a side note, a canonical implementation of Presentation Model should decouple the the View from the ViewModel, and the ViewModel from the Model as well. This can be achieved by using interfaces and dependency injection, to name one approach.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with Maven &amp; NativeProcess API in AIR 2.0 by Matt</title>
		<link>http://www.hufkens.net/2010/02/playing-with-maven-nativeprocess-api-in-air-2-0/comment-page-1/#comment-877</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 16 Jun 2010 23:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=1181#comment-877</guid>
		<description>I completed my proof-of-concept. Its very similar to yours, but its made for running Ant targets. Take a peek: http://blog.nobien.net/2010/06/16/proof-of-concept-a-simple-ui-for-running-ant-targets-built-with-adobe-air-2-0/</description>
		<content:encoded><![CDATA[<p>I completed my proof-of-concept. Its very similar to yours, but its made for running Ant targets. Take a peek: <a href="http://blog.nobien.net/2010/06/16/proof-of-concept-a-simple-ui-for-running-ant-targets-built-with-adobe-air-2-0/" rel="nofollow">http://blog.nobien.net/2010/06/16/proof-of-concept-a-simple-ui-for-running-ant-targets-built-with-adobe-air-2-0/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with Maven &amp; NativeProcess API in AIR 2.0 by Alain</title>
		<link>http://www.hufkens.net/2010/02/playing-with-maven-nativeprocess-api-in-air-2-0/comment-page-1/#comment-876</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Mon, 14 Jun 2010 18:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=1181#comment-876</guid>
		<description>The most important issue was resolved (see updated blog). I suppose that there are solutions for the other issues as well, but I don&#039;t seem to have time to continue this project. But if you need any help, I am willing to help you if I can.

Good luck, and let me know how it turned out.</description>
		<content:encoded><![CDATA[<p>The most important issue was resolved (see updated blog). I suppose that there are solutions for the other issues as well, but I don&#8217;t seem to have time to continue this project. But if you need any help, I am willing to help you if I can.</p>
<p>Good luck, and let me know how it turned out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing with Maven &amp; NativeProcess API in AIR 2.0 by Matt</title>
		<link>http://www.hufkens.net/2010/02/playing-with-maven-nativeprocess-api-in-air-2-0/comment-page-1/#comment-875</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 14 Jun 2010 16:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=1181#comment-875</guid>
		<description>I&#039;ve been trying to write a similar application for running ANT targets from parsed build files. I came across the same issues as you. Have you learned anything new with regards to this?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to write a similar application for running ANT targets from parsed build files. I came across the same issues as you. Have you learned anything new with regards to this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
