<?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 Framework 0.6 Released</title>
	<atom:link href="http://www.herrodius.com/blog/149/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/149</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: Bjorn</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13735</link>
		<dc:creator>Bjorn</dc:creator>
		<pubDate>Fri, 14 Nov 2008 00:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13735</guid>
		<description>With reference to injecting delegates into Cairngorm commands, it also shouldn&#039;t be to difficult to inject the appropriate model objects?</description>
		<content:encoded><![CDATA[<p>With reference to injecting delegates into Cairngorm commands, it also shouldn&#8217;t be to difficult to inject the appropriate model objects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valley</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13663</link>
		<dc:creator>valley</dc:creator>
		<pubDate>Mon, 22 Sep 2008 14:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13663</guid>
		<description>hmmmmmm, doesn&#039;t work. I mean just defining a constructor-arg node with
a value that contains a remote URL of a file that has to be loaded at runtime.
You can delete 9) and 10) ;-)</description>
		<content:encoded><![CDATA[<p>hmmmmmm, doesn&#8217;t work. I mean just defining a constructor-arg node with<br />
a value that contains a remote URL of a file that has to be loaded at runtime.<br />
You can delete 9) and 10) <img src='http://www.herrodius.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valley</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13662</link>
		<dc:creator>valley</dc:creator>
		<pubDate>Mon, 22 Sep 2008 14:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13662</guid>
		<description>Again the example for the remote URL configuration:

</description>
		<content:encoded><![CDATA[<p>Again the example for the remote URL configuration:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valley</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13661</link>
		<dc:creator>valley</dc:creator>
		<pubDate>Mon, 22 Sep 2008 14:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13661</guid>
		<description>Hello Christophe,
i have a general question on Prana: Loading an applicationContext.xml file means
that you need to compile your app with &#039;use-network=false&#039;.
What if you configure an object with a remote URL (like
     )

and you need to load that xml file at runtime?
I guess this behaviour has to be solved for many applications, when using
a framework like Prana. So is there an elegant way to load an applicationContext.xml file and still be able to access/load remote URL&#039;s 
without running into sandbox and local-with-filesystem problems ?

Thanks for your thoughts.
Best regards
valley</description>
		<content:encoded><![CDATA[<p>Hello Christophe,<br />
i have a general question on Prana: Loading an applicationContext.xml file means<br />
that you need to compile your app with &#8216;use-network=false&#8217;.<br />
What if you configure an object with a remote URL (like<br />
     )</p>
<p>and you need to load that xml file at runtime?<br />
I guess this behaviour has to be solved for many applications, when using<br />
a framework like Prana. So is there an elegant way to load an applicationContext.xml file and still be able to access/load remote URL&#8217;s<br />
without running into sandbox and local-with-filesystem problems ?</p>
<p>Thanks for your thoughts.<br />
Best regards<br />
valley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13644</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Thu, 28 Aug 2008 12:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13644</guid>
		<description>Hi Christophe,
Prana is absolutely awesome, I&#039;ve just started using it in a project and so far its brought me loads of joy :)
One thing I don&#039;t understand about this addCommandFactory invokation though, you invoke addCommandFactory method with two arguments (if i understand the config correctly). The first is an implementation of IBusinessDelegateFactory and the second an array of classes. Yet if I look at the method signature in the source for the CairngormFrontController it looks like this:
addCommandFactory(factory:ICommandFactory)

So, am I missing something blatantly obvious here, or does your example contain errors? (And yes, I&#039;m looking in the source code of Prana 0.6 :^) )

cheers,

Roland</description>
		<content:encoded><![CDATA[<p>Hi Christophe,<br />
Prana is absolutely awesome, I&#8217;ve just started using it in a project and so far its brought me loads of joy <img src='http://www.herrodius.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
One thing I don&#8217;t understand about this addCommandFactory invokation though, you invoke addCommandFactory method with two arguments (if i understand the config correctly). The first is an implementation of IBusinessDelegateFactory and the second an array of classes. Yet if I look at the method signature in the source for the CairngormFrontController it looks like this:<br />
addCommandFactory(factory:ICommandFactory)</p>
<p>So, am I missing something blatantly obvious here, or does your example contain errors? (And yes, I&#8217;m looking in the source code of Prana 0.6 :^) )</p>
<p>cheers,</p>
<p>Roland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sybersnake</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13643</link>
		<dc:creator>sybersnake</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13643</guid>
		<description>Hey, Christophe.  Can you explain why extended framework support for Cairngorm/PureMVC etc is in the top level packaging?  Took me a bit off guard when viewing the source tree.  I would have expected stuff like that to be in say org.pranaframework.compatibility or something similar.</description>
		<content:encoded><![CDATA[<p>Hey, Christophe.  Can you explain why extended framework support for Cairngorm/PureMVC etc is in the top level packaging?  Took me a bit off guard when viewing the source tree.  I would have expected stuff like that to be in say org.pranaframework.compatibility or something similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codecraig</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13608</link>
		<dc:creator>codecraig</dc:creator>
		<pubDate>Thu, 31 Jul 2008 11:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13608</guid>
		<description>Nevermind I found the PranaFramework.org</description>
		<content:encoded><![CDATA[<p>Nevermind I found the PranaFramework.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codecraig</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13607</link>
		<dc:creator>codecraig</dc:creator>
		<pubDate>Thu, 31 Jul 2008 11:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13607</guid>
		<description>Is there documentation on getting started?</description>
		<content:encoded><![CDATA[<p>Is there documentation on getting started?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13601</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Wed, 23 Jul 2008 10:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13601</guid>
		<description>Hi Marcel, you are correct. I somehow forgot to update the site. I posted the announcement but still need to install some plugins to show the code samples. Thanks</description>
		<content:encoded><![CDATA[<p>Hi Marcel, you are correct. I somehow forgot to update the site. I posted the announcement but still need to install some plugins to show the code samples. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel Overdijk</title>
		<link>http://www.herrodius.com/blog/149/comment-page-1#comment-13600</link>
		<dc:creator>Marcel Overdijk</dc:creator>
		<pubDate>Wed, 23 Jul 2008 10:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/149#comment-13600</guid>
		<description>Just by accident found that prana 0.6 was released as I read your personal site. Shouldn&#039;t http://www.pranaframework.org/ be updated?

Cheers,
Marcel</description>
		<content:encoded><![CDATA[<p>Just by accident found that prana 0.6 was released as I read your personal site. Shouldn&#8217;t <a href="http://www.pranaframework.org/" rel="nofollow">http://www.pranaframework.org/</a> be updated?</p>
<p>Cheers,<br />
Marcel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

