<?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: Java IoC containers and classpath scanning (or what I’ve been looking for from .NET for months)</title>
	<atom:link href="http://lostechies.com/ryansvihla/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/ryansvihla/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months/</link>
	<description>The small minded meanderings of the confused</description>
	<lastBuildDate>Mon, 15 Apr 2013 15:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Attila</title>
		<link>http://lostechies.com/ryansvihla/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months/#comment-156</link>
		<dc:creator>Attila</dc:creator>
		<pubDate>Sat, 23 Oct 2010 09:33:34 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months.aspx#comment-156</guid>
		<description>What you need is GUICE.
http://www.richardnichols.net/2010/09/guice-java-ioc-best-practices-annotation-configuration/
</description>
		<content:encoded><![CDATA[<p>What you need is GUICE.<br />
<a href="http://www.richardnichols.net/2010/09/guice-java-ioc-best-practices-annotation-configuration/" rel="nofollow">http://www.richardnichols.net/2010/09/guice-java-ioc-best-practices-annotation-configuration/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Kirch</title>
		<link>http://lostechies.com/ryansvihla/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months/#comment-155</link>
		<dc:creator>Karl Kirch</dc:creator>
		<pubDate>Mon, 20 Sep 2010 15:09:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months.aspx#comment-155</guid>
		<description>Yeah was wanting to do this recently with a Stripes application I was working on. Ended up looking at how the stripes-guice plugin wired things together. Was ultimately quite pleased with how it all turned out. Just had to annotate the interface to be able to identify it as something my IOC container should be interested in. Props should be given to the Stripes folks though for providing about half of the code needed to pull it all together. </description>
		<content:encoded><![CDATA[<p>Yeah was wanting to do this recently with a Stripes application I was working on. Ended up looking at how the stripes-guice plugin wired things together. Was ultimately quite pleased with how it all turned out. Just had to annotate the interface to be able to identify it as something my IOC container should be interested in. Props should be given to the Stripes folks though for providing about half of the code needed to pull it all together. </p>
]]></content:encoded>
	</item>
</channel>
</rss>
