<?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: Introducing Prana: IoC Container for AS3</title>
	<atom:link href="http://www.herrodius.com/blog/64/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/64</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>By: Ries van Twisk</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-13742</link>
		<dc:creator>Ries van Twisk</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-13742</guid>
		<description>What does Prana really trying to solve???

Ries</description>
		<content:encoded><![CDATA[<p>What does Prana really trying to solve???</p>
<p>Ries</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TK</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-13734</link>
		<dc:creator>TK</dc:creator>
		<pubDate>Thu, 13 Nov 2008 18:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-13734</guid>
		<description>This is absolutely genius. I have been considering putting together an AS3 IoC container for a while now and I&#039;m glad to see that someone beat me to the punch :)

Seriously though, thank you so much for this excellent contribution to AS3. While some developers might overlook this, IoC is critical for large-scale RIA&#039;s with external dependencies and properties that should be handled by injection. Much gratitude,

 - TK

PS: Is Prana dependent on Cairngorm? I still haven&#039;t given Prana a whirl yet, but I develop in strict AS3 w/o use of the Flex Framework so I want to know if I can use Prana.</description>
		<content:encoded><![CDATA[<p>This is absolutely genius. I have been considering putting together an AS3 IoC container for a while now and I&#8217;m glad to see that someone beat me to the punch <img src='http://www.herrodius.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Seriously though, thank you so much for this excellent contribution to AS3. While some developers might overlook this, IoC is critical for large-scale RIA&#8217;s with external dependencies and properties that should be handled by injection. Much gratitude,</p>
<p> &#8211; TK</p>
<p>PS: Is Prana dependent on Cairngorm? I still haven&#8217;t given Prana a whirl yet, but I develop in strict AS3 w/o use of the Flex Framework so I want to know if I can use Prana.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varun Rathore</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-13501</link>
		<dc:creator>Varun Rathore</dc:creator>
		<pubDate>Thu, 15 May 2008 11:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-13501</guid>
		<description>Love ur work .
Keep the good work hope to see this thing on widescale, i loved the (recursively) defining properties .

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Love ur work .<br />
Keep the good work hope to see this thing on widescale, i loved the (recursively) defining properties .</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-13441</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 11 Apr 2008 09:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-13441</guid>
		<description>Loving the work! Really impressed :o)</description>
		<content:encoded><![CDATA[<p>Loving the work! Really impressed <img src='http://www.herrodius.com/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-12383</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Sat, 01 Dec 2007 14:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-12383</guid>
		<description>Hi FlapFlap,

I heard of LowRA but didn&#039;t really check it out till you commented here. It seems that LowRA is much more than an IoC container. The core goal of Prana is to provide a solid IoC container, based on successful implementations like Java Spring, and offer additional configuration support for the different application frameworks out there.

Furthermore, I also read your post on the LowRA list and wanted to make some things clear:
- Prana is not based on Cairngorm, but offers support for developers using Cairngorm by providing configuration options using the IoC container. It is important to know this as I think it may quickly become a general misconception of what Prana actually is and what it is capable of.
- The current version of Prana is not 0.03 but 0.3. I also think we can change the alpha to beta by now.

I will be keeping an eye on LowRA and thanks for commenting.</description>
		<content:encoded><![CDATA[<p>Hi FlapFlap,</p>
<p>I heard of LowRA but didn&#8217;t really check it out till you commented here. It seems that LowRA is much more than an IoC container. The core goal of Prana is to provide a solid IoC container, based on successful implementations like Java Spring, and offer additional configuration support for the different application frameworks out there.</p>
<p>Furthermore, I also read your post on the LowRA list and wanted to make some things clear:<br />
- Prana is not based on Cairngorm, but offers support for developers using Cairngorm by providing configuration options using the IoC container. It is important to know this as I think it may quickly become a general misconception of what Prana actually is and what it is capable of.<br />
- The current version of Prana is not 0.03 but 0.3. I also think we can change the alpha to beta by now.</p>
<p>I will be keeping an eye on LowRA and thanks for commenting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flapflap</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-12358</link>
		<dc:creator>Flapflap</dc:creator>
		<pubDate>Mon, 26 Nov 2007 09:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-12358</guid>
		<description>Hi there,
Interresting, do you know LowRA and PixIOC, inversion of control projetcts made by Francis Bourre ?
They have a very interresting feature of plugin, you can create your application by extending a Pluxgin class that allow IOC but also a MVC+C for each plugin and a channel communication between plugins.
Have you planned same features ?</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Interresting, do you know LowRA and PixIOC, inversion of control projetcts made by Francis Bourre ?<br />
They have a very interresting feature of plugin, you can create your application by extending a Pluxgin class that allow IOC but also a MVC+C for each plugin and a channel communication between plugins.<br />
Have you planned same features ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaun</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-11563</link>
		<dc:creator>shaun</dc:creator>
		<pubDate>Wed, 18 Apr 2007 14:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-11563</guid>
		<description>Nice work. I might have to give it a whirl soon.</description>
		<content:encoded><![CDATA[<p>Nice work. I might have to give it a whirl soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-11454</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Tue, 10 Apr 2007 21:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-11454</guid>
		<description>@Theo: yes that is the approach I&#039;m using right now. Note though that in the service locator example it is not needed since all the classes are already compiled in the swf because they are referenced in the services.mxml file. In my new post on the FrontController, the commands need to be referenced so they get compiled.</description>
		<content:encoded><![CDATA[<p>@Theo: yes that is the approach I&#8217;m using right now. Note though that in the service locator example it is not needed since all the classes are already compiled in the swf because they are referenced in the services.mxml file. In my new post on the FrontController, the commands need to be referenced so they get compiled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://www.herrodius.com/blog/64/comment-page-1#comment-11434</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Mon, 09 Apr 2007 16:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=64#comment-11434</guid>
		<description>Interesting. But I&#039;m interested in how you deal with including the classes referenced in the applicationContext.xml into the SWF. Do you have to reference each class in the application to make sure that it is included?</description>
		<content:encoded><![CDATA[<p>Interesting. But I&#8217;m interested in how you deal with including the classes referenced in the applicationContext.xml into the SWF. Do you have to reference each class in the application to make sure that it is included?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
