<?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: Weld tutorial &#8211; Part 2</title>
	<atom:link href="http://www.publicstaticfinal.de/2009/10/28/weld-tutorial-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.publicstaticfinal.de/2009/10/28/weld-tutorial-part-2/</link>
	<description>the constant Java blog</description>
	<lastBuildDate>Sun, 31 Jul 2011 23:06:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ondra Zizka</title>
		<link>http://www.publicstaticfinal.de/2009/10/28/weld-tutorial-part-2/comment-page-1/#comment-44</link>
		<dc:creator>Ondra Zizka</dc:creator>
		<pubDate>Sun, 31 Jul 2011 23:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=89#comment-44</guid>
		<description>Hm, some smart filter takes GT and LT chars away. 

@Inject Instance LT Cache GT cacheInstances;</description>
		<content:encoded><![CDATA[<p>Hm, some smart filter takes GT and LT chars away. </p>
<p>@Inject Instance LT Cache GT cacheInstances;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ondra Zizka</title>
		<link>http://www.publicstaticfinal.de/2009/10/28/weld-tutorial-part-2/comment-page-1/#comment-43</link>
		<dc:creator>Ondra Zizka</dc:creator>
		<pubDate>Sun, 31 Jul 2011 23:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=89#comment-43</guid>
		<description>Did I forget to add the generic type? 


@Inject Instance cacheInstances;</description>
		<content:encoded><![CDATA[<p>Did I forget to add the generic type? </p>
<p>@Inject Instance cacheInstances;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ondra Zizka</title>
		<link>http://www.publicstaticfinal.de/2009/10/28/weld-tutorial-part-2/comment-page-1/#comment-42</link>
		<dc:creator>Ondra Zizka</dc:creator>
		<pubDate>Sun, 31 Jul 2011 23:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=89#comment-42</guid>
		<description>Hi, just a note to your last code example - you can also use

  @Inject Instance cacheInstances;

  void foo() {
       for( Cache cache : cacheInstances ){ ... }
  }

But thanks for your code, just saved me few minutes of figuring that for myself (I have BeanManager and need to do that in a non-bean).</description>
		<content:encoded><![CDATA[<p>Hi, just a note to your last code example &#8211; you can also use</p>
<p>  @Inject Instance cacheInstances;</p>
<p>  void foo() {<br />
       for( Cache cache : cacheInstances ){ &#8230; }<br />
  }</p>
<p>But thanks for your code, just saved me few minutes of figuring that for myself (I have BeanManager and need to do that in a non-bean).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

