<?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 Blog of Adam Warski</title>
	<atom:link href="http://www.warski.org/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.warski.org/blog</link>
	<description>Java and JBoss related stuff</description>
	<lastBuildDate>Wed, 01 Sep 2010 16:45:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Dependency Injection and replacing dependencies in CDI/Weld by xsalefter</title>
		<link>http://www.warski.org/blog/?p=151&#038;cpage=1#comment-1406</link>
		<dc:creator>xsalefter</dc:creator>
		<pubDate>Wed, 01 Sep 2010 16:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=151#comment-1406</guid>
		<description>Hi, adam. Thanks for your tutorial about interceptor in weld. But I try the same thing but get no luck :(. If you curious about it, here is my forum post in seamframework.org:
http://seamframework.org/Community/IsItPossibleToCreateNewInterceptorInWeldSE . Many thanks if you can help me there.. :).</description>
		<content:encoded><![CDATA[<p>Hi, adam. Thanks for your tutorial about interceptor in weld. But I try the same thing but get no luck :(. If you curious about it, here is my forum post in seamframework.org:<br />
<a href="http://seamframework.org/Community/IsItPossibleToCreateNewInterceptorInWeldSE" rel="nofollow">http://seamframework.org/Community/IsItPossibleToCreateNewInterceptorInWeldSE</a> . Many thanks if you can help me there.. :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF2 navigation: post-&gt;redirect-&gt;get by Adam Warski</title>
		<link>http://www.warski.org/blog/?p=185&#038;cpage=1#comment-1404</link>
		<dc:creator>Adam Warski</dc:creator>
		<pubDate>Tue, 31 Aug 2010 05:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=185#comment-1404</guid>
		<description>The full up-to-date source of the Navigation component and others is available at http://github.com/adamw/cdiext.</description>
		<content:encoded><![CDATA[<p>The full up-to-date source of the Navigation component and others is available at <a href="http://github.com/adamw/cdiext" rel="nofollow">http://github.com/adamw/cdiext</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UTF-8 in JBoss/Tomcat + MySQL + Hibernate + JavaMail by Adam Warski</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1397</link>
		<dc:creator>Adam Warski</dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1397</guid>
		<description>Make sure the encoding of your java source files is UTF8 and that you compile with UTF8 support enabled.
I don&#039;t have much other ideas, sorry.

Adam</description>
		<content:encoded><![CDATA[<p>Make sure the encoding of your java source files is UTF8 and that you compile with UTF8 support enabled.<br />
I don&#8217;t have much other ideas, sorry.</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UTF-8 in JBoss/Tomcat + MySQL + Hibernate + JavaMail by amir</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1396</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Tue, 17 Aug 2010 23:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1396</guid>
		<description>thank you for your gr8 article;
i am using jsf with servlets, i need to autovalidate a form and show an alert;
i am using:  notify=&quot;form1:alert1&quot;
and i throw a validationException in my validator...
when i throw a faces message with english characters it works... but when i use faces message with UTF8 characters it shows &quot;?????&quot;.

by the way every where else is ok, showing UTF8 chars due to your article
thank you!</description>
		<content:encoded><![CDATA[<p>thank you for your gr8 article;<br />
i am using jsf with servlets, i need to autovalidate a form and show an alert;<br />
i am using:  notify=&#8221;form1:alert1&#8243;<br />
and i throw a validationException in my validator&#8230;<br />
when i throw a faces message with english characters it works&#8230; but when i use faces message with UTF8 characters it shows &#8220;?????&#8221;.</p>
<p>by the way every where else is ok, showing UTF8 chars due to your article<br />
thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF2 navigation: post-&gt;redirect-&gt;get by New features in cdi-ext @ Blog of Adam Warski</title>
		<link>http://www.warski.org/blog/?p=185&#038;cpage=1#comment-1371</link>
		<dc:creator>New features in cdi-ext @ Blog of Adam Warski</dc:creator>
		<pubDate>Mon, 02 Aug 2010 18:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=185#comment-1371</guid>
		<description>[...] is the ability to secure JSF pages when using the Nav component to handle navigation (more on it here). If you want to make a page accessible only if a certain EL expression is true, when defining a [...]</description>
		<content:encoded><![CDATA[<p>[...] is the ability to secure JSF pages when using the Nav component to handle navigation (more on it here). If you want to make a page accessible only if a certain EL expression is true, when defining a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby on Rails + CDI? Why not! Enter TorqueBox + Weld by Ales</title>
		<link>http://www.warski.org/blog/?p=245&#038;cpage=1#comment-1354</link>
		<dc:creator>Ales</dc:creator>
		<pubDate>Tue, 27 Jul 2010 14:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=245#comment-1354</guid>
		<description>Wow, an actual real life jboss-classloading.xml usage with RoR app. 
Never thought I&#039;ll see this in my lifetime. :-)</description>
		<content:encoded><![CDATA[<p>Wow, an actual real life jboss-classloading.xml usage with RoR app.<br />
Never thought I&#8217;ll see this in my lifetime. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Services in Scala by programming blog</title>
		<link>http://www.warski.org/blog/?p=233&#038;cpage=1#comment-1346</link>
		<dc:creator>programming blog</dc:creator>
		<pubDate>Sat, 24 Jul 2010 20:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=233#comment-1346</guid>
		<description>This guided me to achieve my work with ease :D</description>
		<content:encoded><![CDATA[<p>This guided me to achieve my work with ease :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Value-to-variable binding &#8220;let&#8221; tag for JSF, Facelets and Seam by rajendra</title>
		<link>http://www.warski.org/blog/?p=10&#038;cpage=1#comment-1336</link>
		<dc:creator>rajendra</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=10#comment-1336</guid>
		<description>some formatting problem, in my case that list is a variable of a:repeat.</description>
		<content:encoded><![CDATA[<p>some formatting problem, in my case that list is a variable of a:repeat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Value-to-variable binding &#8220;let&#8221; tag for JSF, Facelets and Seam by Adam Warski</title>
		<link>http://www.warski.org/blog/?p=10&#038;cpage=1#comment-1335</link>
		<dc:creator>Adam Warski</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=10#comment-1335</guid>
		<description>Well, maybe this will work too, although I&#039;m not sure about clearing the variable. You&#039;d need to test :)</description>
		<content:encoded><![CDATA[<p>Well, maybe this will work too, although I&#8217;m not sure about clearing the variable. You&#8217;d need to test :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Value-to-variable binding &#8220;let&#8221; tag for JSF, Facelets and Seam by rajendra</title>
		<link>http://www.warski.org/blog/?p=10&#038;cpage=1#comment-1334</link>
		<dc:creator>rajendra</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=10#comment-1334</guid>
		<description>How about setting that EL in pageContext 

like
&lt;a&gt;
	#{pageContext.set(&#039;x&#039;,list.sublist)}
	#{x} and #{x}
&lt;/a&gt;

is there any problem in this? isnt it feasible?
Please suggest me, I have a serious problem, in my case that list.sublist making few db calls.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>How about setting that EL in pageContext </p>
<p>like<br />
<a><br />
	#{pageContext.set(&#8216;x&#8217;,list.sublist)}<br />
	#{x} and #{x}<br />
</a></p>
<p>is there any problem in this? isnt it feasible?<br />
Please suggest me, I have a serious problem, in my case that list.sublist making few db calls.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
