<?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 Christophe Herreman</title>
	<atom:link href="http://www.herrodius.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:56:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Flex 3 Localization by radicalFish</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14381</link>
		<dc:creator>radicalFish</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14381</guid>
		<description>the compiler settings should be without the comma.
so: - update the compiler settings: -locale=nl_BE,fr_BE -source-path=locale/{locale}
rather: - update the compiler settings: -locale=nl_BE fr_BE -source-path=locale/{locale}

at least for FlashBuilder4...

@Venkatesan
you have to save the .properties files as encoding UTF-8 (can be done with e.g. Notpad under Windows)
Maybe have to do a clean build after that..</description>
		<content:encoded><![CDATA[<p>the compiler settings should be without the comma.<br />
so: &#8211; update the compiler settings: -locale=nl_BE,fr_BE -source-path=locale/{locale}<br />
rather: &#8211; update the compiler settings: -locale=nl_BE fr_BE -source-path=locale/{locale}</p>
<p>at least for FlashBuilder4&#8230;</p>
<p>@Venkatesan<br />
you have to save the .properties files as encoding UTF-8 (can be done with e.g. Notpad under Windows)<br />
Maybe have to do a clean build after that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring ActionScript: The Operation API by prof</title>
		<link>http://www.herrodius.com/blog/284/comment-page-1#comment-14378</link>
		<dc:creator>prof</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=284#comment-14378</guid>
		<description>Hi, Christophe!
Sorry for my bad English.
It seems Operation instance can be removed by GC before complete because there is no external references to that instance.</description>
		<content:encoded><![CDATA[<p>Hi, Christophe!<br />
Sorry for my bad English.<br />
It seems Operation instance can be removed by GC before complete because there is no external references to that instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring ActionScript 1.0RC1 Released by Niels Wolf</title>
		<link>http://www.herrodius.com/blog/273/comment-page-1#comment-14376</link>
		<dc:creator>Niels Wolf</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=273#comment-14376</guid>
		<description>ah! cool! thanks the trunk works.. :)</description>
		<content:encoded><![CDATA[<p>ah! cool! thanks the trunk works.. <img src='http://www.herrodius.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 3 Localization by JabbyPanda</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14375</link>
		<dc:creator>JabbyPanda</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14375</guid>
		<description>The referenced link to the article titled &quot;Flex 3:Feature Introductions: Runtime Localization&quot; written by Gordon Smith is broken now.

Probably, this document can be still retrieved here:
http://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Runtime+Localization</description>
		<content:encoded><![CDATA[<p>The referenced link to the article titled &#8220;Flex 3:Feature Introductions: Runtime Localization&#8221; written by Gordon Smith is broken now.</p>
<p>Probably, this document can be still retrieved here:<br />
<a href="http://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Runtime+Localization" rel="nofollow">http://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Runtime+Localization</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Could not find the main class. Program will exit.&#8221; by Margot</title>
		<link>http://www.herrodius.com/blog/42/comment-page-2#comment-14374</link>
		<dc:creator>Margot</dc:creator>
		<pubDate>Wed, 10 Mar 2010 08:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=42#comment-14374</guid>
		<description>To the poster who advises re using the &#039;Restore Defaults&#039; option - your blood is worth bottling! Thank you. I had uninstalled EasyEclipse and replaced it with Eclipse. My Ant runtime was still pointing to the obsolete EasyEclipse and attempting to alter this manually did not work. The &#039;Restore Defaults&#039; button fixed it for me!
Thank you indeed.</description>
		<content:encoded><![CDATA[<p>To the poster who advises re using the &#8216;Restore Defaults&#8217; option &#8211; your blood is worth bottling! Thank you. I had uninstalled EasyEclipse and replaced it with Eclipse. My Ant runtime was still pointing to the obsolete EasyEclipse and attempting to alter this manually did not work. The &#8216;Restore Defaults&#8217; button fixed it for me!<br />
Thank you indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do DDD Repositories and Flex make sense? by Christophe</title>
		<link>http://www.herrodius.com/blog/135/comment-page-1#comment-14370</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/135#comment-14370</guid>
		<description>@Daniel: I&#039;ve experimented a bit further with this and implemented some repositories with the Operation API we have in Spring ActionScript. I wrote some details about that API here: http://www.herrodius.com/blog/284</description>
		<content:encoded><![CDATA[<p>@Daniel: I&#8217;ve experimented a bit further with this and implemented some repositories with the Operation API we have in Spring ActionScript. I wrote some details about that API here: <a href="http://www.herrodius.com/blog/284" rel="nofollow">http://www.herrodius.com/blog/284</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring ActionScript 1.0RC1 Released by Christophe</title>
		<link>http://www.herrodius.com/blog/273/comment-page-1#comment-14369</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=273#comment-14369</guid>
		<description>Hi Niels,

if you&#039;re building the sources, please checkout the trunk of as3commons. Alternatively you can download the libraries from the distribution at http://www.springactionscript.org/downloads/spring-actionscript-1.0RC1-distribution-with-dependencies.zip

Let me know if you still run into trouble.</description>
		<content:encoded><![CDATA[<p>Hi Niels,</p>
<p>if you&#8217;re building the sources, please checkout the trunk of as3commons. Alternatively you can download the libraries from the distribution at <a href="http://www.springactionscript.org/downloads/spring-actionscript-1.0RC1-distribution-with-dependencies.zip" rel="nofollow">http://www.springactionscript.org/downloads/spring-actionscript-1.0RC1-distribution-with-dependencies.zip</a></p>
<p>Let me know if you still run into trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring ActionScript 1.0RC1 Released by Niels Wolf</title>
		<link>http://www.herrodius.com/blog/273/comment-page-1#comment-14367</link>
		<dc:creator>Niels Wolf</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=273#comment-14367</guid>
		<description>I assume, this also depends on as3commons-logging,-reflec and -lang? Which version, though? i get tons of errors like:

1119: Access of possibly undefined property applicationDomain through a reference with static type org.as3commons.reflect:Type.
org/springextensions/actionscript/utils	
TypeUtils.as	
line 46, 47, 48, 49, 50, 51

1119: Access of possibly undefined property properties through a reference with static type org.as3commons.reflect:Type.
org/springextensions/actionscript/ioc/factory/support	AbstractObjectFactory.as	
line 532

1137: Incorrect number of arguments.  Expected no more than 1.	
org/springextensions/actionscript/ioc/autowire	
DefaultAutowireProcessor.as	
line 209, 462

1137: Incorrect number of arguments.  Expected no more than 1.	
org/springextensions/actionscript/ioc/factory/config
PropertyPlaceholderConfigurer.as	
line 265

1137: Incorrect number of arguments.  Expected no more than 1.	
org/springextensions/actionscript/ioc/factory/support	
AbstractObjectFactory.as	
line 428, 470, 530

1137: Incorrect number of arguments.  Expected no more than 2.	
org/springextensions/actionscript/ioc/autowire	
DefaultAutowireProcessor.as	
line 415, 421, 519

1137: Incorrect number of arguments.  Expected no more than 2.	C
org/springextensions/actionscript/ioc/factory/support	
AbstractObjectFactory.as	
line 654

1137: Incorrect number of arguments.  Expected no more than 2.	
org/springextensions/actionscript/ioc/factory/xml/preprocessors	
InterfacePreprocessor.as	
line 113

1137: Incorrect number of arguments.  Expected no more than 2.
org/springextensions/actionscript/utils	
TypeUtils.as	
line 46, 47, 48 , 49, 50, 51

i downloaded the latest tags from the google code repository.</description>
		<content:encoded><![CDATA[<p>I assume, this also depends on as3commons-logging,-reflec and -lang? Which version, though? i get tons of errors like:</p>
<p>1119: Access of possibly undefined property applicationDomain through a reference with static type org.as3commons.reflect:Type.<br />
org/springextensions/actionscript/utils<br />
TypeUtils.as<br />
line 46, 47, 48, 49, 50, 51</p>
<p>1119: Access of possibly undefined property properties through a reference with static type org.as3commons.reflect:Type.<br />
org/springextensions/actionscript/ioc/factory/support	AbstractObjectFactory.as<br />
line 532</p>
<p>1137: Incorrect number of arguments.  Expected no more than 1.<br />
org/springextensions/actionscript/ioc/autowire<br />
DefaultAutowireProcessor.as<br />
line 209, 462</p>
<p>1137: Incorrect number of arguments.  Expected no more than 1.<br />
org/springextensions/actionscript/ioc/factory/config<br />
PropertyPlaceholderConfigurer.as<br />
line 265</p>
<p>1137: Incorrect number of arguments.  Expected no more than 1.<br />
org/springextensions/actionscript/ioc/factory/support<br />
AbstractObjectFactory.as<br />
line 428, 470, 530</p>
<p>1137: Incorrect number of arguments.  Expected no more than 2.<br />
org/springextensions/actionscript/ioc/autowire<br />
DefaultAutowireProcessor.as<br />
line 415, 421, 519</p>
<p>1137: Incorrect number of arguments.  Expected no more than 2.	C<br />
org/springextensions/actionscript/ioc/factory/support<br />
AbstractObjectFactory.as<br />
line 654</p>
<p>1137: Incorrect number of arguments.  Expected no more than 2.<br />
org/springextensions/actionscript/ioc/factory/xml/preprocessors<br />
InterfacePreprocessor.as<br />
line 113</p>
<p>1137: Incorrect number of arguments.  Expected no more than 2.<br />
org/springextensions/actionscript/utils<br />
TypeUtils.as<br />
line 46, 47, 48 , 49, 50, 51</p>
<p>i downloaded the latest tags from the google code repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring ActionScript: Café Townsend sample application 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>
	<item>
		<title>Comment on Do DDD Repositories and Flex make sense? by Daniel Harfleet</title>
		<link>http://www.herrodius.com/blog/135/comment-page-1#comment-14360</link>
		<dc:creator>Daniel Harfleet</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/135#comment-14360</guid>
		<description>Christophe,

maybe you could use some kind of Proxy pattern and just have the view display a placeholder, a bit like data management (Flex/LCDS) or FilePromises (AIR 2) do ?</description>
		<content:encoded><![CDATA[<p>Christophe,</p>
<p>maybe you could use some kind of Proxy pattern and just have the view display a placeholder, a bit like data management (Flex/LCDS) or FilePromises (AIR 2) do ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
