<?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 for public static final</title>
	<atom:link href="http://www.publicstaticfinal.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.publicstaticfinal.de</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>Comment on Weld tutorial &#8211; Part 2 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>Comment on Weld tutorial &#8211; Part 2 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>Comment on Weld tutorial &#8211; Part 2 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>
	<item>
		<title>Comment on Unified EL: Method calls using parameters by Tomek</title>
		<link>http://www.publicstaticfinal.de/2009/06/02/unified-el-method-calls-using-parameters/comment-page-1/#comment-41</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Tue, 14 Jun 2011 00:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=38#comment-41</guid>
		<description>Thx a lot! In my case it was even not necessary to put any changes in web.xml file. Your solutions works great with EL Argument passing what was a huge problem in my project.</description>
		<content:encoded><![CDATA[<p>Thx a lot! In my case it was even not necessary to put any changes in web.xml file. Your solutions works great with EL Argument passing what was a huge problem in my project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating JSF 2.0 and Weld with Tomcat6 by Flavio Almeida</title>
		<link>http://www.publicstaticfinal.de/2009/10/22/integrating-jsf-2-0-and-weld-with-tomcat6/comment-page-1/#comment-40</link>
		<dc:creator>Flavio Almeida</dc:creator>
		<pubDate>Fri, 25 Mar 2011 11:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=61#comment-40</guid>
		<description>Manual lookup for BeanManager in Tomcat 7 returns null allways. Any advice?</description>
		<content:encoded><![CDATA[<p>Manual lookup for BeanManager in Tomcat 7 returns null allways. Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One cold day in hell by Double R</title>
		<link>http://www.publicstaticfinal.de/2010/01/12/one-cold-day-in-hell/comment-page-1/#comment-37</link>
		<dc:creator>Double R</dc:creator>
		<pubDate>Thu, 03 Feb 2011 23:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=137#comment-37</guid>
		<description>Very intresting....</description>
		<content:encoded><![CDATA[<p>Very intresting&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on String concatenation by emt training</title>
		<link>http://www.publicstaticfinal.de/2010/08/21/string-concatenation/comment-page-1/#comment-35</link>
		<dc:creator>emt training</dc:creator>
		<pubDate>Sat, 21 Aug 2010 19:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=148#comment-35</guid>
		<description>Terrific work! This is the type of information that should be shared around the web. Shame on the search engines for not positioning this post higher!</description>
		<content:encoded><![CDATA[<p>Terrific work! This is the type of information that should be shared around the web. Shame on the search engines for not positioning this post higher!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unified EL: Method calls using parameters by Christian</title>
		<link>http://www.publicstaticfinal.de/2009/06/02/unified-el-method-calls-using-parameters/comment-page-1/#comment-34</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 28 Jul 2010 07:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=38#comment-34</guid>
		<description>Hi,

the four steps documented by Daniel worked very well for me (Mojarra 2.0.2, Tomcat 6.0.26) - Thanks a lot, Daniel!

Stefan: I would appreciate your improvement very much, because of the reasons you mentioned! Just how did you get it working?

I tried deploying both jars (el-api + el-impl) to the WEB-INF/lib folder of my webapp. The result:

java.lang.LinkageError: loader constraint violation: when resolving interface method &quot;javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;&quot; the class loader (instance of org/apache/jasper/servlet/JasperLoader) of the current class, org/apache/jsp/index_jsp, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature

Any hints would be very appreciated.

Regards,
Christian</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the four steps documented by Daniel worked very well for me (Mojarra 2.0.2, Tomcat 6.0.26) &#8211; Thanks a lot, Daniel!</p>
<p>Stefan: I would appreciate your improvement very much, because of the reasons you mentioned! Just how did you get it working?</p>
<p>I tried deploying both jars (el-api + el-impl) to the WEB-INF/lib folder of my webapp. The result:</p>
<p>java.lang.LinkageError: loader constraint violation: when resolving interface method &#8220;javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;&#8221; the class loader (instance of org/apache/jasper/servlet/JasperLoader) of the current class, org/apache/jsp/index_jsp, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature</p>
<p>Any hints would be very appreciated.</p>
<p>Regards,<br />
Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating JSF 2.0 and Weld with Tomcat6 by Dharminder</title>
		<link>http://www.publicstaticfinal.de/2009/10/22/integrating-jsf-2-0-and-weld-with-tomcat6/comment-page-1/#comment-33</link>
		<dc:creator>Dharminder</dc:creator>
		<pubDate>Mon, 12 Jul 2010 20:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=61#comment-33</guid>
		<description>Hi, 

I tried integrating with tomcat 6.0 and had problems because it seems as though Weld requires servlet 3.0. Is this true?

dharminder</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I tried integrating with tomcat 6.0 and had problems because it seems as though Weld requires servlet 3.0. Is this true?</p>
<p>dharminder</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unified EL: Method calls using parameters by Hendy Irawan</title>
		<link>http://www.publicstaticfinal.de/2009/06/02/unified-el-method-calls-using-parameters/comment-page-1/#comment-32</link>
		<dc:creator>Hendy Irawan</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.publicstaticfinal.de/?p=38#comment-32</guid>
		<description>Thanks Daniel!

This is the best tutorial there is to get JSF 2.0 (with Facelets and new EL) running properly under Tomcat!

Great job :)</description>
		<content:encoded><![CDATA[<p>Thanks Daniel!</p>
<p>This is the best tutorial there is to get JSF 2.0 (with Facelets and new EL) running properly under Tomcat!</p>
<p>Great job <img src='http://www.publicstaticfinal.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

