<?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 JH on Java</title>
	<atom:link href="http://www.jhkuperus.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jhkuperus.nl</link>
	<description>Random Ramblings of an Engineer</description>
	<lastBuildDate>Tue, 27 Sep 2011 04:23:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on JavaFX Transitions : An Oddity by crokusek</title>
		<link>http://www.jhkuperus.nl/articles/java/javafx/javafx-transitions-a-oddity/#comment-283</link>
		<dc:creator>crokusek</dc:creator>
		<pubDate>Tue, 27 Sep 2011 04:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=121#comment-283</guid>
		<description>If this helps anyone, I have also had problems with complex chains of transitions and the final one not executing &quot;rarely&quot;  It seems increasing the delay before the last one helped but not eliminated the problem.  I have canSkip false set in the keyframe of the last transition.  Javafx 1.3</description>
		<content:encoded><![CDATA[<p>If this helps anyone, I have also had problems with complex chains of transitions and the final one not executing &#8220;rarely&#8221;  It seems increasing the delay before the last one helped but not eliminated the problem.  I have canSkip false set in the keyframe of the last transition.  Javafx 1.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: Dynamically Changing CSS Styles by Jan-Hendrik Kuperus</title>
		<link>http://www.jhkuperus.nl/articles/java/gwt-dynamically-changing-css-styles/#comment-280</link>
		<dc:creator>Jan-Hendrik Kuperus</dc:creator>
		<pubDate>Mon, 26 Sep 2011 12:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=201#comment-280</guid>
		<description>Uhm, I think you can just fire the event when the user selects a new theme. You should be able to do this by implementing an event handler for your list box. Depending on your chosen box, this could be onValueChanged or something like that. Then, inside that handler, call eventBus.fireEvent(new SettingChangedEvent(&quot;theme&quot;));

I see I didn&#039;t actually put the firing code in the post, I&#039;ll update it for you. If I can do anything else, let me know.

--JH</description>
		<content:encoded><![CDATA[<p>Uhm, I think you can just fire the event when the user selects a new theme. You should be able to do this by implementing an event handler for your list box. Depending on your chosen box, this could be onValueChanged or something like that. Then, inside that handler, call eventBus.fireEvent(new SettingChangedEvent(&#8220;theme&#8221;));</p>
<p>I see I didn&#8217;t actually put the firing code in the post, I&#8217;ll update it for you. If I can do anything else, let me know.</p>
<p>&#8211;JH</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: Dynamically Changing CSS Styles by chaitanya</title>
		<link>http://www.jhkuperus.nl/articles/java/gwt-dynamically-changing-css-styles/#comment-279</link>
		<dc:creator>chaitanya</dc:creator>
		<pubDate>Wed, 14 Sep 2011 14:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=201#comment-279</guid>
		<description>I want explanation for SettingChangedEvent and ColorChangeListener .

I provided a list box with different themes.User can select anyof those.But my question is
how can we use SettingChangedEvent and ColorChangeListener classes to generate an event when user selected a theme.

Once we are able to do that then we can send call to server.

Really thank you very much for your response.
- chaitanya</description>
		<content:encoded><![CDATA[<p>I want explanation for SettingChangedEvent and ColorChangeListener .</p>
<p>I provided a list box with different themes.User can select anyof those.But my question is<br />
how can we use SettingChangedEvent and ColorChangeListener classes to generate an event when user selected a theme.</p>
<p>Once we are able to do that then we can send call to server.</p>
<p>Really thank you very much for your response.<br />
- chaitanya</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: Dynamically Changing CSS Styles by Jan-Hendrik Kuperus</title>
		<link>http://www.jhkuperus.nl/articles/java/gwt-dynamically-changing-css-styles/#comment-278</link>
		<dc:creator>Jan-Hendrik Kuperus</dc:creator>
		<pubDate>Mon, 12 Sep 2011 22:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=201#comment-278</guid>
		<description>Thanks for your comment. Which part of the explanation or code would you like me to elaborate on? 

--JH</description>
		<content:encoded><![CDATA[<p>Thanks for your comment. Which part of the explanation or code would you like me to elaborate on? </p>
<p>&#8211;JH</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: Dynamically Changing CSS Styles by chaitanya</title>
		<link>http://www.jhkuperus.nl/articles/java/gwt-dynamically-changing-css-styles/#comment-277</link>
		<dc:creator>chaitanya</dc:creator>
		<pubDate>Mon, 12 Sep 2011 15:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=201#comment-277</guid>
		<description>I Followed your Article .Headings are pretty good.
Your explanation and code u presented are not clear.Please try to give clearly.
Then may it is useful.Other wise no use of work.

Thanks
Chaitanya</description>
		<content:encoded><![CDATA[<p>I Followed your Article .Headings are pretty good.<br />
Your explanation and code u presented are not clear.Please try to give clearly.<br />
Then may it is useful.Other wise no use of work.</p>
<p>Thanks<br />
Chaitanya</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting JBoss instances through JNDI by john</title>
		<link>http://www.jhkuperus.nl/articles/java/java-ee/connecting-jboss-instances-through-jndi/#comment-275</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 22 Jul 2011 18:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=29#comment-275</guid>
		<description>Thanks.  I&#039;ve been looking for this explanation and proof of concept for hours.  Michael&#039;s question and result about @EJB is very relevant, too.

&lt;a href=&quot;http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html-single/Administration_And_Configuration_Guide/index.html#Additional_Naming_MBeans-org.jboss.naming.ExternalContext_MBean&quot; rel=&quot;nofollow&quot;&gt;Here is Admin guide for jboss 5.1&lt;/a&gt;

I need this magic on WebLogic so lookups from there would resolve to EJB&#039;s deployed on a Jboss server.  And I wonder if transaction context would be preserved in such a call.</description>
		<content:encoded><![CDATA[<p>Thanks.  I&#8217;ve been looking for this explanation and proof of concept for hours.  Michael&#8217;s question and result about @EJB is very relevant, too.</p>
<p><a href="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html-single/Administration_And_Configuration_Guide/index.html#Additional_Naming_MBeans-org.jboss.naming.ExternalContext_MBean" rel="nofollow">Here is Admin guide for jboss 5.1</a></p>
<p>I need this magic on WebLogic so lookups from there would resolve to EJB&#8217;s deployed on a Jboss server.  And I wonder if transaction context would be preserved in such a call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: Dynamically Changing CSS Styles by Developer Sharing June Edition &#171; GWT Buzz</title>
		<link>http://www.jhkuperus.nl/articles/java/gwt-dynamically-changing-css-styles/#comment-263</link>
		<dc:creator>Developer Sharing June Edition &#171; GWT Buzz</dc:creator>
		<pubDate>Wed, 29 Jun 2011 01:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=201#comment-263</guid>
		<description>[...] Advanced GWT Widgets   http://www.jhkuperus.nl/articles/java/gwt-dynamically-changing-css-styles/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced GWT Widgets   <a href="http://www.jhkuperus.nl/articles/java/gwt-dynamically-changing-css-styles/" rel="nofollow">http://www.jhkuperus.nl/articles/java/gwt-dynamically-changing-css-styles/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting JBoss instances through JNDI by Jan-Hendrik Kuperus</title>
		<link>http://www.jhkuperus.nl/articles/java/java-ee/connecting-jboss-instances-through-jndi/#comment-227</link>
		<dc:creator>Jan-Hendrik Kuperus</dc:creator>
		<pubDate>Tue, 24 Aug 2010 20:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=29#comment-227</guid>
		<description>lol, always nice to see problems solve themselves :) Glad to be of assistance :)</description>
		<content:encoded><![CDATA[<p>lol, always nice to see problems solve themselves <img src='http://www.jhkuperus.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Glad to be of assistance <img src='http://www.jhkuperus.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting JBoss instances through JNDI by Michael</title>
		<link>http://www.jhkuperus.nl/articles/java/java-ee/connecting-jboss-instances-through-jndi/#comment-226</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 23 Aug 2010 11:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=29#comment-226</guid>
		<description>ah ok, the Alias stuff is good for this. Thank you and sry!</description>
		<content:encoded><![CDATA[<p>ah ok, the Alias stuff is good for this. Thank you and sry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting JBoss instances through JNDI by Michael</title>
		<link>http://www.jhkuperus.nl/articles/java/java-ee/connecting-jboss-instances-through-jndi/#comment-225</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 23 Aug 2010 09:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhkuperus.nl/?p=29#comment-225</guid>
		<description>Hi, thanks for your articel.
Is it posssible to inject the external beans with the @EJB annotation? I think the problem is, that there is no binding to the java:comp/env?
Maybe you can help me :)</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your articel.<br />
Is it posssible to inject the external beans with the @EJB annotation? I think the problem is, that there is no binding to the java:comp/env?<br />
Maybe you can help me <img src='http://www.jhkuperus.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

