<?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, 14 Mar 2010 14:31:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
