<?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: Getting started with IoC &#8211; A simplified tutorial</title>
	<atom:link href="http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/</link>
	<description>Tracing the course of Web Technology</description>
	<lastBuildDate>Sun, 13 May 2012 05:47:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Inversiones Rentables</title>
		<link>http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/comment-page-1/#comment-37789</link>
		<dc:creator>Inversiones Rentables</dc:creator>
		<pubDate>Thu, 04 Nov 2010 11:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/#comment-37789</guid>
		<description>Me sirvió mucho leer este artículo y las opiniones de todos. Muchísimas gracias por la opinión</description>
		<content:encoded><![CDATA[<p>Me sirvió mucho leer este artículo y las opiniones de todos. Muchísimas gracias por la opinión</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Todeschini</title>
		<link>http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/comment-page-1/#comment-37064</link>
		<dc:creator>Leo Todeschini</dc:creator>
		<pubDate>Thu, 24 Jun 2010 22:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/#comment-37064</guid>
		<description>Your post helped very much on understanding properly the concepts of IoC/DI.

One Question: I figured out that you don&#039;t follow a specific Dependency Injection pre-defined pattern like Contructor, Setter or Interface. I liked very much this way you did... using a singleton as injector and reflection to define the class at runtime. How do you name the Dependency Injection you used?</description>
		<content:encoded><![CDATA[<p>Your post helped very much on understanding properly the concepts of IoC/DI.</p>
<p>One Question: I figured out that you don&#8217;t follow a specific Dependency Injection pre-defined pattern like Contructor, Setter or Interface. I liked very much this way you did&#8230; using a singleton as injector and reflection to define the class at runtime. How do you name the Dependency Injection you used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/comment-page-1/#comment-14122</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 10 Dec 2008 20:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/#comment-14122</guid>
		<description>I&#039;m assuming Dependant.java contains your main method for the entry point. At least that&#039;s what I did and added the following code to the main method:

Dependency d = Injector.getInstance(&quot;ioc.properties&quot;);

d.doSomething();

That worked for me. Then just change the value of class.name in the ioc.properties file accordingly to inject the other class at runtime.

Good, simple tutorial.

Did something like this in .NET and was looking for the Java version of how to do DI/IOC without using frameworks like Spring, Pico, etc. I understand things better with just barely enough simple code to get things working. Then it&#039;s easier to build complexity on top of that base understanding.</description>
		<content:encoded><![CDATA[<p>I&#8217;m assuming Dependant.java contains your main method for the entry point. At least that&#8217;s what I did and added the following code to the main method:</p>
<p>Dependency d = Injector.getInstance(&#8220;ioc.properties&#8221;);</p>
<p>d.doSomething();</p>
<p>That worked for me. Then just change the value of class.name in the ioc.properties file accordingly to inject the other class at runtime.</p>
<p>Good, simple tutorial.</p>
<p>Did something like this in .NET and was looking for the Java version of how to do DI/IOC without using frameworks like Spring, Pico, etc. I understand things better with just barely enough simple code to get things working. Then it&#8217;s easier to build complexity on top of that base understanding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/comment-page-1/#comment-2124</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 26 Nov 2007 12:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/#comment-2124</guid>
		<description>where is the dependant.java ?</description>
		<content:encoded><![CDATA[<p>where is the dependant.java ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/comment-page-1/#comment-210</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 27 Apr 2007 03:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/04/26/getting-started-with-ioc-a-simplified-tutorial/#comment-210</guid>
		<description>Well done. Submitted in queue @ tweako

( http://www.tweako.com )</description>
		<content:encoded><![CDATA[<p>Well done. Submitted in queue @ tweako</p>
<p>( <a href="http://www.tweako.com" rel="nofollow">http://www.tweako.com</a> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

