<?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 Robert Savage</title>
	<atom:link href="http://www.savage7.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.savage7.com</link>
	<description>Professional Software Developer / a.k.a. Programming Junkie</description>
	<lastBuildDate>Sat, 10 Apr 2010 02:07:52 +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 Adobe Flex 3: Load localization resources at runtime using XML by Robert</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-106</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 10 Apr 2010 02:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-106</guid>
		<description>&lt;a href=&quot;#comment-103&quot; rel=&quot;nofollow&quot;&gt;@Pascal &lt;/a&gt; 
Hi Pascal,

Thanks for pointing that out, I did not realize the update was happening automatically on the setting of the locale chain.</description>
		<content:encoded><![CDATA[<p><code><a href="#comment-103" rel="nofollow">@Pascal </a><br />Hi Pascal,</p><p>Thanks for pointing that out, I did not realize the update was happening automatically on the setting of the locale chain.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex 3.x Localization / Internationalization (i18n) Weaknesses by Robert</title>
		<link>http://www.savage7.com/index.php/2009/06/adobe-flex-3x-lack-of-support-for-localization-internationalization-i18n/comment-page-1/#comment-105</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 09 Apr 2010 05:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=194#comment-105</guid>
		<description>&lt;a href=&quot;#comment-102&quot; rel=&quot;nofollow&quot;&gt;@Aashish &lt;/a&gt; 
Sure thing, check out this post:

http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/</description>
		<content:encoded><![CDATA[<p><code><a href="#comment-102" rel="nofollow">@Aashish </a><br />Sure thing, check out this post:</p><p><a href="http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/" rel="nofollow">http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/</a></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex 3: How to create localized UI component / control by Robert</title>
		<link>http://www.savage7.com/index.php/2009/08/adobe-flex-3-how-to-create-localized-ui-component-control/comment-page-1/#comment-104</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 09 Apr 2010 05:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=511#comment-104</guid>
		<description>&lt;a href=&quot;#comment-94&quot; rel=&quot;nofollow&quot;&gt;@Tom Gruszowski &lt;/a&gt; 
Hi Tom,
Thanks for pointing that out!  
I need to go back and review some of my implementation of this code for this optimization.</description>
		<content:encoded><![CDATA[<p><code><a href="#comment-94" rel="nofollow">@Tom Gruszowski </a><br />Hi Tom,<br />Thanks for pointing that out!<br />I need to go back and review some of my implementation of this code for this optimization.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex 3: Load localization resources at runtime using XML by Pascal</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-103</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-103</guid>
		<description>Hey Richard,

I have a question regarding the resourceManager.update();
If you set the localechain it already executes the update event so this class does the update function twice and it dispatches the change event two times.

Is there a reason for the resourceManager.update(); to execute in this class?

thanks in advance,
pascal</description>
		<content:encoded><![CDATA[<p><code>Hey Richard,</p><p>I have a question regarding the resourceManager.update();<br />If you set the localechain it already executes the update event so this class does the update function twice and it dispatches the change event two times.</p><p>Is there a reason for the resourceManager.update(); to execute in this class?</p><p>thanks in advance,<br />pascal</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex 3.x Localization / Internationalization (i18n) Weaknesses by Aashish</title>
		<link>http://www.savage7.com/index.php/2009/06/adobe-flex-3x-lack-of-support-for-localization-internationalization-i18n/comment-page-1/#comment-102</link>
		<dc:creator>Aashish</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=194#comment-102</guid>
		<description>Hi,

I want to load a property file dynamically and create a resource bundle. is there any way for this..??

I know we can use resourceManager.loadResourceBundle(), but it&#039;s to load swf file... similarly is there any approach for .property or .xml file...?

I&#039;l b thankful for any kind of help</description>
		<content:encoded><![CDATA[<p><code>Hi,</p><p>I want to load a property file dynamically and create a resource bundle. is there any way for this..??</p><p>I know we can use resourceManager.loadResourceBundle(), but it&#8217;s to load swf file&#8230; similarly is there any approach for .property or .xml file&#8230;?</p><p>I&#8217;l b thankful for any kind of help</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex 3: How to create localized UI component / control by Tom Gruszowski</title>
		<link>http://www.savage7.com/index.php/2009/08/adobe-flex-3-how-to-create-localized-ui-component-control/comment-page-1/#comment-94</link>
		<dc:creator>Tom Gruszowski</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=511#comment-94</guid>
		<description>I found that addEventListener(Event.ADDED,resources_LocalizationHandler); is terribly inefficient. Breakpointing this handler I saw it getting hit 5-7 times. So instead I added the initial seed of .text/.toolTip value to commitProperties

So my setters are:

public function set resourceBundle(value:String):void
{
	// set new resource bundle
	if (_resourceBundle != value)
	{
		_resourceBundle = value;
		_resourceBundleChanged = true;
		invalidateProperties();
	}
}

And 

override protected function commitProperties():void
{
	super.commitProperties();
	
	if(_resourceNameChanged &amp;&amp; resourceBundle)
	{
		resourcesLocalizationHandler();
	}
}</description>
		<content:encoded><![CDATA[<p><code>I found that addEventListener(Event.ADDED,resources_LocalizationHandler); is terribly inefficient. Breakpointing this handler I saw it getting hit 5-7 times. So instead I added the initial seed of .text/.toolTip value to commitProperties</p><p>So my setters are:</p><p>public function set resourceBundle(value:String):void<br />{<br />	// set new resource bundle<br />	if (_resourceBundle != value)<br />	{<br />		_resourceBundle = value;<br />		_resourceBundleChanged = true;<br />		invalidateProperties();<br />	}<br />}</p><p>And </p><p>override protected function commitProperties():void<br />{<br />	super.commitProperties();</p><p>	if(_resourceNameChanged &amp;&amp; resourceBundle)<br />	{<br />		resourcesLocalizationHandler();<br />	}<br />}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on maven-external-dependency-plugin by Robert</title>
		<link>http://www.savage7.com/index.php/2010/02/maven-external-dependency-plugin/comment-page-1/#comment-88</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 08 Feb 2010 06:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=618#comment-88</guid>
		<description>Hi Velo, 

Thank you for the words of encouragement and for noticing my little project.  By the way, I did abandon Israfil long ago in favor of your much more capable &lt;a href=&quot;http://flexmojos.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;flex-mojos&lt;/a&gt; plugin.   When I first started working in Flex and Maven, I was new to both technologies and back then the Israfil plugin seemed easier for someone to get up and running without much effort and without in-depth knowledge.   But it wasn&#039;t long before I started running into more complex needs that the Israfil plugin just could not support.  I started extending it to meet my needs and that was OK, but I did not like the idea of having this one off customization and the demands for change kept growing.  Ultimately I delved into the &lt;a href=&quot;http://flexmojos.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;flex-mojos&lt;/a&gt; plugin and converted all out projects to use it instead.   It did take a more in depth investment of time and learning curve to get up and running with the &lt;a href=&quot;http://flexmojos.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;flex-mojos&lt;/a&gt;, but I can say looking back, there are no regrets.    &lt;a href=&quot;http://flexmojos.sonatype.org/&quot; rel=&quot;nofollow&quot;&gt;Flex-mojos&lt;/a&gt; have provided me with a solution for every curve I have thrown at it and we have a fairly complex build.   Also its support for pulling down the flex compiler artifacts rather than being dependent on a local install of the flex SDK was very nice since we use both Windows and Linux platforms for Maven builds.    

So, let me take this moment to extend a &lt;strong&gt;BIG THANK YOU&lt;/strong&gt; for all your efforts on that project!  

I agree that dependency management in the Flex development world is a bit out of sorts and including non-maven-hosted flex dependencies is a pain.  Your project and M2 repository hosting the Flex SDK artifacts is a huge benefit for all of us Flex-Mavenites,  I certainly wish Adobe and the community would embrace Maven.    I will follow up on your zipped artifacts support topic on the Google code site, I like the idea and will do what I can to include it :-)  

Thanks Again, Robert</description>
		<content:encoded><![CDATA[<p><code>Hi Velo, </p><p>Thank you for the words of encouragement and for noticing my little project.  By the way, I did abandon Israfil long ago in favor of your much more capable <a href="http://flexmojos.sonatype.org/" rel="nofollow">flex-mojos</a> plugin.   When I first started working in Flex and Maven, I was new to both technologies and back then the Israfil plugin seemed easier for someone to get up and running without much effort and without in-depth knowledge.   But it wasn&#8217;t long before I started running into more complex needs that the Israfil plugin just could not support.  I started extending it to meet my needs and that was OK, but I did not like the idea of having this one off customization and the demands for change kept growing.  Ultimately I delved into the <a href="http://flexmojos.sonatype.org/" rel="nofollow">flex-mojos</a> plugin and converted all out projects to use it instead.   It did take a more in depth investment of time and learning curve to get up and running with the <a href="http://flexmojos.sonatype.org/" rel="nofollow">flex-mojos</a>, but I can say looking back, there are no regrets.    <a href="http://flexmojos.sonatype.org/" rel="nofollow">Flex-mojos</a> have provided me with a solution for every curve I have thrown at it and we have a fairly complex build.   Also its support for pulling down the flex compiler artifacts rather than being dependent on a local install of the flex SDK was very nice since we use both Windows and Linux platforms for Maven builds.    </p><p>So, let me take this moment to extend a <strong>BIG THANK YOU</strong> for all your efforts on that project!  </p><p>I agree that dependency management in the Flex development world is a bit out of sorts and including non-maven-hosted flex dependencies is a pain.  Your project and M2 repository hosting the Flex SDK artifacts is a huge benefit for all of us Flex-Mavenites,  I certainly wish Adobe and the community would embrace Maven.    I will follow up on your zipped artifacts support topic on the Google code site, I like the idea and will do what I can to include it <img src='http://www.savage7.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   </p><p>Thanks Again, Robert</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on maven-external-dependency-plugin by VELO</title>
		<link>http://www.savage7.com/index.php/2010/02/maven-external-dependency-plugin/comment-page-1/#comment-87</link>
		<dc:creator>VELO</dc:creator>
		<pubDate>Mon, 08 Feb 2010 01:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=618#comment-87</guid>
		<description>Hi,

I do like your initiative, specially on the flex universe it is a real pain to find anything on maven central... nor Flex SDK nor 3rd party libraries are deployed there.

FWIW, I started on maven plugin development on a much similar way, but instead of israfil I started hacking servebox... eventually I figured that was too much pain and the project seemed death, so I decide to start a fresh one.

For sure I will advice flexmojos users about your plugin and may use it in the future if it begins to support zipped artifacts (I wrong a ticket on code google).


VELO</description>
		<content:encoded><![CDATA[<p><code>Hi,</p><p>I do like your initiative, specially on the flex universe it is a real pain to find anything on maven central&#8230; nor Flex SDK nor 3rd party libraries are deployed there.</p><p>FWIW, I started on maven plugin development on a much similar way, but instead of israfil I started hacking servebox&#8230; eventually I figured that was too much pain and the project seemed death, so I decide to start a fresh one.</p><p>For sure I will advice flexmojos users about your plugin and may use it in the future if it begins to support zipped artifacts (I wrong a ticket on code google).</p><p>VELO</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex 3.x Localization / Internationalization (i18n) Weaknesses by Carl</title>
		<link>http://www.savage7.com/index.php/2009/06/adobe-flex-3x-lack-of-support-for-localization-internationalization-i18n/comment-page-1/#comment-86</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=194#comment-86</guid>
		<description>@Matt

Says here http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7f27.html#WS2db454920e96a9e51e63e3d11c0bf6119c-7fe1

Look at step 5 ;)</description>
		<content:encoded><![CDATA[<p><code>@Matt</p><p>Says here <a href="http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7f27.html#WS2db454920e96a9e51e63e3d11c0bf6119c-7fe1" rel="nofollow">http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7f27.html#WS2db454920e96a9e51e63e3d11c0bf6119c-7fe1</a></p><p>Look at step 5 <img src='http://www.savage7.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex 3: Load localization resources at runtime using XML by Robert</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-81</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-81</guid>
		<description>Hi Richard,

I agree and wish there were better tooling for the localization effort.
Take a look at this post, I personally don’t like the idea of explicitly defining a resource manager string lookup every single place I need to perform localization, so I take this approach:
http://www.savage7.com/index.php/2009/08/adobe-flex-3-how-to-create-localized-ui-component-control/

Thanks
-Robert</description>
		<content:encoded><![CDATA[<p><code>Hi Richard,</p><p>I agree and wish there were better tooling for the localization effort.<br />Take a look at this post, I personally don’t like the idea of explicitly defining a resource manager string lookup every single place I need to perform localization, so I take this approach:<br /><a href="http://www.savage7.com/index.php/2009/08/adobe-flex-3-how-to-create-localized-ui-component-control/" rel="nofollow">http://www.savage7.com/index.php/2009/08/adobe-flex-3-how-to-create-localized-ui-component-control/</a></p><p>Thanks<br />-Robert</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
