<?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 Extreme Java</title>
	<atom:link href="http://extremejava.tpk.com.br/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremejava.tpk.com.br</link>
	<description>When vanilla Java is not enough</description>
	<lastBuildDate>Sat, 04 Jun 2011 12:12:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Random numbers in JavaME (and JavaSE) by JP @ java classpath tutorial</title>
		<link>http://extremejava.tpk.com.br/2008/09/05/random-numbers-in-javame-and-javase/#comment-55</link>
		<dc:creator>JP @ java classpath tutorial</dc:creator>
		<pubDate>Sat, 04 Jun 2011 12:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/2008/09/05/random-numbers-in-javame-and-javase/#comment-55</guid>
		<description>great tutorial.</description>
		<content:encoded><![CDATA[<p>great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Differences between HashMap and Hashtable by Differences between ArrayList and Vector &#171; Extreme Java</title>
		<link>http://extremejava.tpk.com.br/2011/04/01/differences-between-hashmap-and-hashtable/#comment-50</link>
		<dc:creator>Differences between ArrayList and Vector &#171; Extreme Java</dc:creator>
		<pubDate>Wed, 06 Apr 2011 16:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/?p=213#comment-50</guid>
		<description>[...] friday, I posted the differences between HashMap and Hashtable. Studying a little more, I decided to checkout the differences between ArrayList and Vector. [...]</description>
		<content:encoded><![CDATA[<p>[...] friday, I posted the differences between HashMap and Hashtable. Studying a little more, I decided to checkout the differences between ArrayList and Vector. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NewType on a NetBeans Node by anakg</title>
		<link>http://extremejava.tpk.com.br/2010/05/07/using-newtype-on-a-netbeans-node/#comment-45</link>
		<dc:creator>anakg</dc:creator>
		<pubDate>Fri, 25 Feb 2011 08:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/2010/05/07/using-newtype-on-a-netbeans-node/#comment-45</guid>
		<description>thanks for the information</description>
		<content:encoded><![CDATA[<p>thanks for the information</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NewType on a NetBeans Node by anak</title>
		<link>http://extremejava.tpk.com.br/2010/05/07/using-newtype-on-a-netbeans-node/#comment-44</link>
		<dc:creator>anak</dc:creator>
		<pubDate>Fri, 25 Feb 2011 08:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/2010/05/07/using-newtype-on-a-netbeans-node/#comment-44</guid>
		<description>great</description>
		<content:encoded><![CDATA[<p>great</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on h:selectManyCheckbox with multiple columns/rows by Eduardo Costa</title>
		<link>http://extremejava.tpk.com.br/2010/04/08/hselectmanycheckbox-with-multiple-columnsrows/#comment-36</link>
		<dc:creator>Eduardo Costa</dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/2010/04/08/hselectmanycheckbox-with-multiple-columnsrows/#comment-36</guid>
		<description>You can put it on faces-config. I&#039;ll try to put it all together ASAP.</description>
		<content:encoded><![CDATA[<p>You can put it on faces-config. I&#8217;ll try to put it all together ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on h:selectManyCheckbox with multiple columns/rows by mohsen madi</title>
		<link>http://extremejava.tpk.com.br/2010/04/08/hselectmanycheckbox-with-multiple-columnsrows/#comment-35</link>
		<dc:creator>mohsen madi</dc:creator>
		<pubDate>Sun, 21 Nov 2010 18:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/2010/04/08/hselectmanycheckbox-with-multiple-columnsrows/#comment-35</guid>
		<description>Oops! The tag is missing! Let me try this:
h:selectManyCheckbox
   f:selectItems value=&quot;#{submissionController.eventKeywordSIs}&quot;
 /h:selectManyCheckbox

So I just trimmed out the less-thans and greater-thans.</description>
		<content:encoded><![CDATA[<p>Oops! The tag is missing! Let me try this:<br />
h:selectManyCheckbox<br />
   f:selectItems value=&#8221;#{submissionController.eventKeywordSIs}&#8221;<br />
 /h:selectManyCheckbox</p>
<p>So I just trimmed out the less-thans and greater-thans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on h:selectManyCheckbox with multiple columns/rows by mohsen madi</title>
		<link>http://extremejava.tpk.com.br/2010/04/08/hselectmanycheckbox-with-multiple-columnsrows/#comment-34</link>
		<dc:creator>mohsen madi</dc:creator>
		<pubDate>Sun, 21 Nov 2010 18:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/2010/04/08/hselectmanycheckbox-with-multiple-columnsrows/#comment-34</guid>
		<description>Hello -

Would you care to give a complete working example of how your approach works. Needless to say there is no clean solution to this problem, yours maybe, I just don&#039;t know where everything is supposed to go.

For example, here is what I currently do to render a typical list:




so, how do I define my select items to be of type MyRenderer in this setting? If you have a complete working example on Netbeans for example, that would be a great help.

Mohsen</description>
		<content:encoded><![CDATA[<p>Hello -</p>
<p>Would you care to give a complete working example of how your approach works. Needless to say there is no clean solution to this problem, yours maybe, I just don&#8217;t know where everything is supposed to go.</p>
<p>For example, here is what I currently do to render a typical list:</p>
<p>so, how do I define my select items to be of type MyRenderer in this setting? If you have a complete working example on Netbeans for example, that would be a great help.</p>
<p>Mohsen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Swing to NetBeans Platform (part 2) by Extreme Java &#187; Blog Archive &#187; From Swing to NetBeans Platform (part 3)</title>
		<link>http://extremejava.tpk.com.br/2010/09/27/from-swing-to-netbeans-platform-part-2/#comment-39</link>
		<dc:creator>Extreme Java &#187; Blog Archive &#187; From Swing to NetBeans Platform (part 3)</dc:creator>
		<pubDate>Mon, 11 Oct 2010 18:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/?p=113#comment-39</guid>
		<description>[...] Extreme Java I&#8217;m not a guru, but sometimes I need to do some &#8220;unusual&#8221; things in Java. These things are so extreme that are not well documented. To help other Java users, I post my discoveries here.      &#171; From Swing to NetBeans Platform (part 2) [...]</description>
		<content:encoded><![CDATA[<p>[...] Extreme Java I&#8217;m not a guru, but sometimes I need to do some &#8220;unusual&#8221; things in Java. These things are so extreme that are not well documented. To help other Java users, I post my discoveries here.      &laquo; From Swing to NetBeans Platform (part 2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Swing to NetBeans Platform (part 1) by Extreme Java &#187; Blog Archive &#187; From Swing to NetBeans Platform (part 2)</title>
		<link>http://extremejava.tpk.com.br/2010/09/23/from-swing-to-netbeans-platform-part-1/#comment-38</link>
		<dc:creator>Extreme Java &#187; Blog Archive &#187; From Swing to NetBeans Platform (part 2)</dc:creator>
		<pubDate>Mon, 27 Sep 2010 17:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/?p=104#comment-38</guid>
		<description>[...] Extreme Java I&#8217;m not a guru, but sometimes I need to do some &#8220;unusual&#8221; things in Java. These things are so extreme that are not well documented. To help other Java users, I post my discoveries here.      &#171; From Swing to NetBeans Platform (part 1) [...]</description>
		<content:encoded><![CDATA[<p>[...] Extreme Java I&#8217;m not a guru, but sometimes I need to do some &#8220;unusual&#8221; things in Java. These things are so extreme that are not well documented. To help other Java users, I post my discoveries here.      &laquo; From Swing to NetBeans Platform (part 1) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MQSeries not closing connections by Eduardo Costa</title>
		<link>http://extremejava.tpk.com.br/2008/08/21/mqseries-not-closing-connections/#comment-28</link>
		<dc:creator>Eduardo Costa</dc:creator>
		<pubDate>Tue, 14 Sep 2010 12:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://extremejava.tpk.com.br/2008/08/21/mqseries-not-closing-connections/#comment-28</guid>
		<description>@Saif: &quot;Reason 2009&quot; is a generic &quot;cannot connect&quot; error. Mine was a programmer mistake - you must close all InitialContext, Connection, Session, Producer and Consumer you use. If you don&#039;t, they leak (automatic closing does not work).</description>
		<content:encoded><![CDATA[<p>@Saif: &#8220;Reason 2009&#8243; is a generic &#8220;cannot connect&#8221; error. Mine was a programmer mistake &#8211; you must close all InitialContext, Connection, Session, Producer and Consumer you use. If you don&#8217;t, they leak (automatic closing does not work).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using memcached
Database Caching using memcached
Object Caching 394/424 objects using memcached
Content Delivery Network via Amazon Web Services: CloudFront: s.tpk.com.br

Served from: extremejava.tpk.com.br @ 2012-02-08 19:08:51 -->
