<?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: Prana 0.4 Released!</title>
	<atom:link href="http://www.herrodius.com/blog/124/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/124</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Wed, 30 Nov 2011 09:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/124/comment-page-1#comment-13377</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Tue, 01 Apr 2008 04:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/124#comment-13377</guid>
		<description>Hi Diego,

the latest SVN version contains modifications for PureMVC 2.0.3. Please check it out.

regards,
Christophe</description>
		<content:encoded><![CDATA[<p>Hi Diego,</p>
<p>the latest SVN version contains modifications for PureMVC 2.0.3. Please check it out.</p>
<p>regards,<br />
Christophe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Volpe</title>
		<link>http://www.herrodius.com/blog/124/comment-page-1#comment-13376</link>
		<dc:creator>Diego Volpe</dc:creator>
		<pubDate>Tue, 01 Apr 2008 03:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/124#comment-13376</guid>
		<description>Have you consider updating PureMVC dependencies to a newer version (2.0.3)?
Looking at the code it seems to require some minor changes because the way that Proxys and Mediators are registered, but i think it&#039;s worth it.
You&#039;ve made an excellent work on Prana.
Best regards.
Diego.</description>
		<content:encoded><![CDATA[<p>Have you consider updating PureMVC dependencies to a newer version (2.0.3)?<br />
Looking at the code it seems to require some minor changes because the way that Proxys and Mediators are registered, but i think it&#8217;s worth it.<br />
You&#8217;ve made an excellent work on Prana.<br />
Best regards.<br />
Diego.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valley</title>
		<link>http://www.herrodius.com/blog/124/comment-page-1#comment-13101</link>
		<dc:creator>valley</dc:creator>
		<pubDate>Sun, 03 Feb 2008 09:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/124#comment-13101</guid>
		<description>Hi Christophe,
ok fine, i&#039;ll check this, thank you.
Meanwhile i&#039;ve found your class AppSettings (http://www.herrodius.com/blog/63), which is also a good alternative for me.
Regards
valley</description>
		<content:encoded><![CDATA[<p>Hi Christophe,<br />
ok fine, i&#8217;ll check this, thank you.<br />
Meanwhile i&#8217;ve found your class AppSettings (<a href="http://www.herrodius.com/blog/63" rel="nofollow">http://www.herrodius.com/blog/63</a>), which is also a good alternative for me.<br />
Regards<br />
valley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/124/comment-page-1#comment-13100</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Sun, 03 Feb 2008 08:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/124#comment-13100</guid>
		<description>Hi valley,

I added a first implementation of Properties in org.pranaframework.collections. You can load in external files via myProperties.load(url). The IoC container does not take into account property files, but that will be next step.

The code is in SVN. Let me know if this suits your needs.</description>
		<content:encoded><![CDATA[<p>Hi valley,</p>
<p>I added a first implementation of Properties in org.pranaframework.collections. You can load in external files via myProperties.load(url). The IoC container does not take into account property files, but that will be next step.</p>
<p>The code is in SVN. Let me know if this suits your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valley</title>
		<link>http://www.herrodius.com/blog/124/comment-page-1#comment-13095</link>
		<dc:creator>valley</dc:creator>
		<pubDate>Sat, 02 Feb 2008 20:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/124#comment-13095</guid>
		<description>Hi Christophe,
nice work! I surely will use Prana in future projects.
Now I&#039;m looking for a Properties loader mechanism, i.e.
loading key/value pairs from a .properties file.
What do you think: Is Prana also a (good) solution for this kind of configuration, i.e. where i just load all properties into a class (but without specific setter methods for each line) and then let the application go through the loaded properties and decide what methods/actions to call ?
I hope you understand what i mean.
I need something similar to Java&#039;s Properties class:
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html

Regards
valley</description>
		<content:encoded><![CDATA[<p>Hi Christophe,<br />
nice work! I surely will use Prana in future projects.<br />
Now I&#8217;m looking for a Properties loader mechanism, i.e.<br />
loading key/value pairs from a .properties file.<br />
What do you think: Is Prana also a (good) solution for this kind of configuration, i.e. where i just load all properties into a class (but without specific setter methods for each line) and then let the application go through the loaded properties and decide what methods/actions to call ?<br />
I hope you understand what i mean.<br />
I need something similar to Java&#8217;s Properties class:<br />
<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html" rel="nofollow">http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html</a></p>
<p>Regards<br />
valley</p>
]]></content:encoded>
	</item>
</channel>
</rss>

