<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The Dependency Injection Meta-Container</title>
	<atom:link href="http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/feed/" rel="self" type="application/rss+xml" />
	<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/</link>
	<description>What's in the Zone?</description>
	<lastBuildDate>Mon, 29 Jun 2009 04:21:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: purushottam hegde</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-618</link>
		<dc:creator>purushottam hegde</dc:creator>
		<pubDate>Thu, 20 Mar 2008 07:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-618</guid>
		<description>PDF or HTML (only the article) anything will do.
Regards,
PH</description>
		<content:encoded><![CDATA[<p>PDF or HTML (only the article) anything will do.<br />
Regards,<br />
PH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indroneel</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-617</link>
		<dc:creator>indroneel</dc:creator>
		<pubDate>Wed, 19 Mar 2008 15:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-617</guid>
		<description>You mean like a PDF version? I can if you are interested.</description>
		<content:encoded><![CDATA[<p>You mean like a PDF version? I can if you are interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: purushottam hegde</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-616</link>
		<dc:creator>purushottam hegde</dc:creator>
		<pubDate>Wed, 19 Mar 2008 11:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-616</guid>
		<description>Hi Neel,
Why cant you provide a printable version?
Regards
PH</description>
		<content:encoded><![CDATA[<p>Hi Neel,<br />
Why cant you provide a printable version?<br />
Regards<br />
PH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike love container</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-615</link>
		<dc:creator>mike love container</dc:creator>
		<pubDate>Mon, 10 Mar 2008 11:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-615</guid>
		<description>A good post about meta containers, helps me much - thanks!</description>
		<content:encoded><![CDATA[<p>A good post about meta containers, helps me much &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indroneel</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-382</link>
		<dc:creator>indroneel</dc:creator>
		<pubDate>Sun, 02 Sep 2007 09:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-382</guid>
		<description>Manoj,

Working with meta containers is not for your average programmers. Meta containers are more for people who wish to engage in framework development and would like to have a flexible integration layer with the Business tier. I would say that a meta container would find big use in developing a presentation layer that provides an extensible glue layer for multiple business layer containers.

One of the major tenets of open-source development is freedom of choice. I am a big fan of the Spring framework. At the same time I cannot ignore the fact that there are still a lot of applications that run on top of EJB 2 and even EJB 3.

As regards extensibility and maintainability, I have implemented one version of the meta container that integrates with Spring, HiveMind, EJB 2 and EJB 3, the only restriction is that you need Java 5 as the minimum platform.

Neel</description>
		<content:encoded><![CDATA[<p>Manoj,</p>
<p>Working with meta containers is not for your average programmers. Meta containers are more for people who wish to engage in framework development and would like to have a flexible integration layer with the Business tier. I would say that a meta container would find big use in developing a presentation layer that provides an extensible glue layer for multiple business layer containers.</p>
<p>One of the major tenets of open-source development is freedom of choice. I am a big fan of the Spring framework. At the same time I cannot ignore the fact that there are still a lot of applications that run on top of EJB 2 and even EJB 3.</p>
<p>As regards extensibility and maintainability, I have implemented one version of the meta container that integrates with Spring, HiveMind, EJB 2 and EJB 3, the only restriction is that you need Java 5 as the minimum platform.</p>
<p>Neel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manoj</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-316</link>
		<dc:creator>manoj</dc:creator>
		<pubDate>Tue, 21 Aug 2007 17:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-316</guid>
		<description>Neel,
Good post. But if I may ask, why would I need a meta container. in an era where POJO based programming is the paradigm of programming and the lack of good developers, do we really see a need to write a framework on top of frameworks so that multiple frameworks can be brought together.
I wonder how a single application can try to do this with conflicting versions of jar files (framework 1 will work on JDK 1.4 but not on java 5, while framework 2 will work only on java5). I appreciate the idea, but is it of great consequence in todays &quot;spring and POJO&quot; world?

Any thoughts on how easy / hard it is to maintain the meta framework across frameowrk version upgrades? 

Manoj</description>
		<content:encoded><![CDATA[<p>Neel,<br />
Good post. But if I may ask, why would I need a meta container. in an era where POJO based programming is the paradigm of programming and the lack of good developers, do we really see a need to write a framework on top of frameworks so that multiple frameworks can be brought together.<br />
I wonder how a single application can try to do this with conflicting versions of jar files (framework 1 will work on JDK 1.4 but not on java 5, while framework 2 will work only on java5). I appreciate the idea, but is it of great consequence in todays &#8220;spring and POJO&#8221; world?</p>
<p>Any thoughts on how easy / hard it is to maintain the meta framework across frameowrk version upgrades? </p>
<p>Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-05-01 &#124; Urubatan`s Weblog</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-20</link>
		<dc:creator>links for 2007-05-01 &#124; Urubatan`s Weblog</dc:creator>
		<pubDate>Tue, 01 May 2007 10:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-20</guid>
		<description>[...] The Dependency Injection Meta-Container « NeelZone Ideia legal  um container genérico para DI [...]</description>
		<content:encoded><![CDATA[<p>[...] The Dependency Injection Meta-Container « NeelZone Ideia legal  um container genérico para DI [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indroneel</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-19</link>
		<dc:creator>indroneel</dc:creator>
		<pubDate>Tue, 01 May 2007 01:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-19</guid>
		<description>Microsoft Powerpoint</description>
		<content:encoded><![CDATA[<p>Microsoft Powerpoint</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nanik</title>
		<link>http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-18</link>
		<dc:creator>Nanik</dc:creator>
		<pubDate>Mon, 30 Apr 2007 23:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://neelzone.wordpress.com/2007/04/29/the-dependency-injection-meta-container/#comment-18</guid>
		<description>Hi,

Can you tell me what tools do you use to draw the diagram ? it looks clean and nice :)

Cheers</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you tell me what tools do you use to draw the diagram ? it looks clean and nice <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
