<?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: Dependency Injection without Reflection</title>
	<atom:link href="http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/</link>
	<description>This blog is about Flash, Flex, RIA related stuff</description>
	<lastBuildDate>Mon, 16 Feb 2015 17:21:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Dependency Injection with code generation &#124; .:. blog.screenshot.at .:. Flash, Flex, RIA .:.</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-263</link>
		<dc:creator><![CDATA[Dependency Injection with code generation &#124; .:. blog.screenshot.at .:. Flash, Flex, RIA .:.]]></dc:creator>
		<pubDate>Mon, 16 Feb 2015 17:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-263</guid>
		<description><![CDATA[[...] Unfortunately there is no solution out there beside a project from Joa Ebert, who is using a different approach. I wrote about this in another blog entry. [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Unfortunately there is no solution out there beside a project from Joa Ebert, who is using a different approach. I wrote about this in another blog entry. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dependency Injection with code generation &#124; nucleo.io</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-257</link>
		<dc:creator><![CDATA[Dependency Injection with code generation &#124; nucleo.io]]></dc:creator>
		<pubDate>Fri, 30 Mar 2012 20:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-257</guid>
		<description><![CDATA[[...] Unfortunately there is no solution out there beside a project from Joa Ebert, who is using a different approach. I wrote about this in another blog entry. [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Unfortunately there is no solution out there beside a project from Joa Ebert, who is using a different approach. I wrote about this in another blog entry. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-252</link>
		<dc:creator><![CDATA[Hannes]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-252</guid>
		<description><![CDATA[less dependencies, more freedom and independence!]]></description>
		<content:encoded><![CDATA[<p>less dependencies, more freedom and independence!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred Karrer</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-251</link>
		<dc:creator><![CDATA[Manfred Karrer]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-251</guid>
		<description><![CDATA[But code reuse in OOP brings dependencies in. And I think dependencies which are clear defined, are not a problem.]]></description>
		<content:encoded><![CDATA[<p>But code reuse in OOP brings dependencies in. And I think dependencies which are clear defined, are not a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-250</link>
		<dc:creator><![CDATA[Hannes]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-250</guid>
		<description><![CDATA[I think we need to find an answer for that!]]></description>
		<content:encoded><![CDATA[<p>I think we need to find an answer for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred Karrer</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-249</link>
		<dc:creator><![CDATA[Manfred Karrer]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-249</guid>
		<description><![CDATA[No answer for that ;-). Yes I agree, reducing unnecessary dependencies is a good point. But you always will have some dependencies which needs to be managed, even if it is a low number.]]></description>
		<content:encoded><![CDATA[<p>No answer for that ;-). Yes I agree, reducing unnecessary dependencies is a good point. But you always will have some dependencies which needs to be managed, even if it is a low number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-248</link>
		<dc:creator><![CDATA[Hannes]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 13:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-248</guid>
		<description><![CDATA[I really like your approach, in particular that you are not using reflection.

But you started from the same question like other Frameworks (ie. Robotlegs) did: &quot;How can we handle this huge amount of dependencies in an easy, code less, way?&quot;

Thats the wrong question.

The right one is: &quot;How can we reduce dependencies?&quot;
Do you have an answer for that?]]></description>
		<content:encoded><![CDATA[<p>I really like your approach, in particular that you are not using reflection.</p>
<p>But you started from the same question like other Frameworks (ie. Robotlegs) did: &#8220;How can we handle this huge amount of dependencies in an easy, code less, way?&#8221;</p>
<p>Thats the wrong question.</p>
<p>The right one is: &#8220;How can we reduce dependencies?&#8221;<br />
Do you have an answer for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred Karrer</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-247</link>
		<dc:creator><![CDATA[Manfred Karrer]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 23:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-247</guid>
		<description><![CDATA[I am absolute no Javascript guy, and my AS1 days are long gone... I think the basic idea should be portable but in a bit different style. You need to define somewhere a Class definition (prototype in js, right?) which will be used to create dynamically an object out of it. I guess that should be possible. You can pass the injector over the constructor and ask for the objects you want to get injected. That is basically a look up in an hash-map followed by a dynamic creation of an object from the class/prototype definition. The package level function/property style will probably not be possible in js.]]></description>
		<content:encoded><![CDATA[<p>I am absolute no Javascript guy, and my AS1 days are long gone&#8230; I think the basic idea should be portable but in a bit different style. You need to define somewhere a Class definition (prototype in js, right?) which will be used to create dynamically an object out of it. I guess that should be possible. You can pass the injector over the constructor and ask for the objects you want to get injected. That is basically a look up in an hash-map followed by a dynamic creation of an object from the class/prototype definition. The package level function/property style will probably not be possible in js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes</title>
		<link>http://www.screenshot.at/blog/2012/01/31/dependency-injection-without-reflection/comment-page-1/#comment-246</link>
		<dc:creator><![CDATA[Hannes]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 22:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenshot.at/blog/?p=641#comment-246</guid>
		<description><![CDATA[Cool approach!

would it be possible to port it to Javascript?

Thanks
Hannes]]></description>
		<content:encoded><![CDATA[<p>Cool approach!</p>
<p>would it be possible to port it to Javascript?</p>
<p>Thanks<br />
Hannes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
