<?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.5 Released</title>
	<atom:link href="http://www.herrodius.com/blog/145/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/145</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: Maz</title>
		<link>http://www.herrodius.com/blog/145/comment-page-1#comment-13897</link>
		<dc:creator>Maz</dc:creator>
		<pubDate>Sun, 05 Apr 2009 13:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/145#comment-13897</guid>
		<description>Hi Christophe, 

First thumbs up for this release. It looks very promising... 
but I won&#039;t be able to use it in our modular application coz I need PureMVC MultiCore. You are integrating PureMVC vanilla (one Controller, one Model...etc).

Fortunately I found this :
http://blog.vivoid.com/2009/03/spring-actionscript-puremvc-multicore-integration-0/
which makes the multicore integration.

Could you integrate this in the future Spring AS release ?

Thanks, 

{Maz}</description>
		<content:encoded><![CDATA[<p>Hi Christophe, </p>
<p>First thumbs up for this release. It looks very promising&#8230;<br />
but I won&#8217;t be able to use it in our modular application coz I need PureMVC MultiCore. You are integrating PureMVC vanilla (one Controller, one Model&#8230;etc).</p>
<p>Fortunately I found this :<br />
<a href="http://blog.vivoid.com/2009/03/spring-actionscript-puremvc-multicore-integration-0/" rel="nofollow">http://blog.vivoid.com/2009/03/spring-actionscript-puremvc-multicore-integration-0/</a><br />
which makes the multicore integration.</p>
<p>Could you integrate this in the future Spring AS release ?</p>
<p>Thanks, </p>
<p>{Maz}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Younger</title>
		<link>http://www.herrodius.com/blog/145/comment-page-1#comment-13878</link>
		<dc:creator>Robert Younger</dc:creator>
		<pubDate>Fri, 27 Mar 2009 20:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/145#comment-13878</guid>
		<description>I had a question regarding your installation instructions above. Could you explain a little further what &quot;Open main build file from &quot;prana-install&quot; project (prana-install/ant/build.xml) and run and &quot;setup-projects&quot; target&quot; means. Maybe I&#039;m being a little slow today but don&#039;t really understand what that means.

Thanks
Rob</description>
		<content:encoded><![CDATA[<p>I had a question regarding your installation instructions above. Could you explain a little further what &#8220;Open main build file from &#8220;prana-install&#8221; project (prana-install/ant/build.xml) and run and &#8220;setup-projects&#8221; target&#8221; means. Maybe I&#8217;m being a little slow today but don&#8217;t really understand what that means.</p>
<p>Thanks<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/145/comment-page-1#comment-13522</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Sun, 22 Jun 2008 18:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/145#comment-13522</guid>
		<description>Hi Bartek,

if you haven`t done so, please check the Prana forum. There is a post about using embedded xml within the container and Erik recently added support for this. See the post at http://prana.herrodius.com/viewtopic.php?f=3&amp;t=19

To answer your questions:

1. I haven`t done that before but I think it should be perfectly `legal` to do so.

2. There hasn`t been any design to handle naming conflicts right now. The last object will always win I suppose. I`ll try to check how spring handles this.</description>
		<content:encoded><![CDATA[<p>Hi Bartek,</p>
<p>if you haven`t done so, please check the Prana forum. There is a post about using embedded xml within the container and Erik recently added support for this. See the post at <a href="http://prana.herrodius.com/viewtopic.php?f=3&#038;t=19" rel="nofollow">http://prana.herrodius.com/viewtopic.php?f=3&#038;t=19</a></p>
<p>To answer your questions:</p>
<p>1. I haven`t done that before but I think it should be perfectly `legal` to do so.</p>
<p>2. There hasn`t been any design to handle naming conflicts right now. The last object will always win I suppose. I`ll try to check how spring handles this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bartosz Doszczak</title>
		<link>http://www.herrodius.com/blog/145/comment-page-1#comment-13521</link>
		<dc:creator>Bartosz Doszczak</dc:creator>
		<pubDate>Thu, 19 Jun 2008 09:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/145#comment-13521</guid>
		<description>Hi Christophe,

I&#039;ve been trying to use Prana to make our app modular or rather make Cairngorm modular which means that each module can add to the service locator and create its own controller. Because in my case it makes more sense to load embedded XMLs I implemeneted my own XML factory which just takes an XML object. On top of sits custom ApplicationContext which is just a wrapper around the factory. The factory mimics what the original XMLObjectFactory does (no XML merging, no imports though) by calling the XMLObjectDefinitionParser. With the orignal and my own implementations I tried two approches when each module adds to a single ApplicationContext instance or creates new ones. Some differences in behaviour in the latter case broght two questions I wanted to ask you:

1. Should the load/loadConfigLocation method be called only once in a factory/application context life time?
2. I found that the custom implmentations does not have issues with naming conflicts although in debug mode I can see that all of the objects defined in both files are there. It is not the case with the XMLApplicationContext and the underlying XML object factory. When lets say both configs contain a serviceLocator named the same the singleton won&#039;t have services added later on. A similar thing happens with the CairngormFrontController - if the parameter holding commands&#039; package name is called the same it fails since the first value is applied to the instance created later on. Just wondering if it is an intended behaviour and if lack of those errors with the custom implementation is a side effect of some kind...

Cheers,
Bartek</description>
		<content:encoded><![CDATA[<p>Hi Christophe,</p>
<p>I&#8217;ve been trying to use Prana to make our app modular or rather make Cairngorm modular which means that each module can add to the service locator and create its own controller. Because in my case it makes more sense to load embedded XMLs I implemeneted my own XML factory which just takes an XML object. On top of sits custom ApplicationContext which is just a wrapper around the factory. The factory mimics what the original XMLObjectFactory does (no XML merging, no imports though) by calling the XMLObjectDefinitionParser. With the orignal and my own implementations I tried two approches when each module adds to a single ApplicationContext instance or creates new ones. Some differences in behaviour in the latter case broght two questions I wanted to ask you:</p>
<p>1. Should the load/loadConfigLocation method be called only once in a factory/application context life time?<br />
2. I found that the custom implmentations does not have issues with naming conflicts although in debug mode I can see that all of the objects defined in both files are there. It is not the case with the XMLApplicationContext and the underlying XML object factory. When lets say both configs contain a serviceLocator named the same the singleton won&#8217;t have services added later on. A similar thing happens with the CairngormFrontController &#8211; if the parameter holding commands&#8217; package name is called the same it fails since the first value is applied to the instance created later on. Just wondering if it is an intended behaviour and if lack of those errors with the custom implementation is a side effect of some kind&#8230;</p>
<p>Cheers,<br />
Bartek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/145/comment-page-1#comment-13486</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Mon, 05 May 2008 07:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/145#comment-13486</guid>
		<description>Hi Steve,

I haven&#039;t checked out the UM extensions yet but I&#039;ll definitely put that on my todo list.

regards,
Christophe</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>I haven&#8217;t checked out the UM extensions yet but I&#8217;ll definitely put that on my todo list.</p>
<p>regards,<br />
Christophe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Reiner</title>
		<link>http://www.herrodius.com/blog/145/comment-page-1#comment-13484</link>
		<dc:creator>Steve Reiner</dc:creator>
		<pubDate>Sun, 04 May 2008 23:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/145#comment-13484</guid>
		<description>Looks interesting!

Will this work with Cairngorm if using Universal Mind Extensions?

P.S. in prana-projects-0.5.zip prana-tools\resources\targetfolder there are real long paths that are too long for windows

Thanks, Steve</description>
		<content:encoded><![CDATA[<p>Looks interesting!</p>
<p>Will this work with Cairngorm if using Universal Mind Extensions?</p>
<p>P.S. in prana-projects-0.5.zip prana-tools\resources\targetfolder there are real long paths that are too long for windows</p>
<p>Thanks, Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nuiman</title>
		<link>http://www.herrodius.com/blog/145/comment-page-1#comment-13477</link>
		<dc:creator>nuiman</dc:creator>
		<pubDate>Tue, 22 Apr 2008 05:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/145#comment-13477</guid>
		<description>Hey Christophe ... I wanted to thank you for your library its great so far :)

I went ahead and got one of your examples working with Flash Develop and posted here: http://tmp.nuiman.com/prana_v0.5.zip if anyone needs...</description>
		<content:encoded><![CDATA[<p>Hey Christophe &#8230; I wanted to thank you for your library its great so far <img src='http://www.herrodius.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I went ahead and got one of your examples working with Flash Develop and posted here: <a href="http://tmp.nuiman.com/prana_v0.5.zip" rel="nofollow">http://tmp.nuiman.com/prana_v0.5.zip</a> if anyone needs&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

