<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Art of Software Development</title>
	<atom:link href="http://sinnema313.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sinnema313.wordpress.com</link>
	<description>Musings on the Art and Craft of Creating Software</description>
	<lastBuildDate>Sat, 07 Nov 2009 04:31:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Ubuntu 9.10 &amp; Eclipse 3.5 by sinnema313</title>
		<link>http://sinnema313.wordpress.com/2009/11/05/ubuntu-9-10-eclipse-3-5/#comment-168</link>
		<dc:creator>sinnema313</dc:creator>
		<pubDate>Sat, 07 Nov 2009 04:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=882#comment-168</guid>
		<description>Thanks Aaron.</description>
		<content:encoded><![CDATA[<p>Thanks Aaron.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 9.10 &amp; Eclipse 3.5 by Aaron</title>
		<link>http://sinnema313.wordpress.com/2009/11/05/ubuntu-9-10-eclipse-3-5/#comment-167</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sat, 07 Nov 2009 04:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=882#comment-167</guid>
		<description>You can also just change your default java version by using the following command:
$&gt;sudo update-alternatives --config java

Just select the sun version and life is good again. No need to uninstall gcj.</description>
		<content:encoded><![CDATA[<p>You can also just change your default java version by using the following command:<br />
$&gt;sudo update-alternatives &#8211;config java</p>
<p>Just select the sun version and life is good again. No need to uninstall gcj.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaFX for GNU/Linux has arrived by James Smith</title>
		<link>http://sinnema313.wordpress.com/2009/05/31/javafx-for-gnulinux-has-arrived/#comment-166</link>
		<dc:creator>James Smith</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=868#comment-166</guid>
		<description>This is really neat. I like you blog posts</description>
		<content:encoded><![CDATA[<p>This is really neat. I like you blog posts</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a JavaFX script from an OSGi bundle by Migi</title>
		<link>http://sinnema313.wordpress.com/2008/08/01/running-a-javafx-script-from-an-osgi-bundle/#comment-165</link>
		<dc:creator>Migi</dc:creator>
		<pubDate>Mon, 14 Sep 2009 15:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=145#comment-165</guid>
		<description>Hi,
Draculo, have you tried to solve your error? because I have the same error.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Draculo, have you tried to solve your error? because I have the same error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance tuning a GWT application by LivingLegends</title>
		<link>http://sinnema313.wordpress.com/2008/11/16/performance-tuning-a-gwt-application/#comment-164</link>
		<dc:creator>LivingLegends</dc:creator>
		<pubDate>Mon, 07 Sep 2009 05:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=452#comment-164</guid>
		<description>Hi,

how to user XStream in GWT? If I use it at Server side convert POJO to xml, then how to convert from XML to POJO at client side.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how to user XStream in GWT? If I use it at Server side convert POJO to xml, then how to convert from XML to POJO at client side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a JavaFX script from an OSGi bundle by sinnema313</title>
		<link>http://sinnema313.wordpress.com/2008/08/01/running-a-javafx-script-from-an-osgi-bundle/#comment-163</link>
		<dc:creator>sinnema313</dc:creator>
		<pubDate>Mon, 24 Aug 2009 18:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=145#comment-163</guid>
		<description>This code was built using an old version of JavaFX. I haven&#039;t tried it with the latest, sorry.</description>
		<content:encoded><![CDATA[<p>This code was built using an old version of JavaFX. I haven&#8217;t tried it with the latest, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a JavaFX script from an OSGi bundle by Draculo</title>
		<link>http://sinnema313.wordpress.com/2008/08/01/running-a-javafx-script-from-an-osgi-bundle/#comment-162</link>
		<dc:creator>Draculo</dc:creator>
		<pubDate>Mon, 24 Aug 2009 17:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=145#comment-162</guid>
		<description>Hi!

I&#039;m trying to do the example but I have this error message in the final step:

java.lang.ClassCastException: com.sun.script.javascript.RhinoScriptEngineFactory cannot be cast to javax.script.ScriptEngineFactory

Could you help me?!


Thank you very much!!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;m trying to do the example but I have this error message in the final step:</p>
<p>java.lang.ClassCastException: com.sun.script.javascript.RhinoScriptEngineFactory cannot be cast to javax.script.ScriptEngineFactory</p>
<p>Could you help me?!</p>
<p>Thank you very much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kanban by Kanban « The Art of Software Development &#171; News : India-Developers.com</title>
		<link>http://sinnema313.wordpress.com/2009/05/27/kanban/#comment-155</link>
		<dc:creator>Kanban « The Art of Software Development &#171; News : India-Developers.com</dc:creator>
		<pubDate>Thu, 28 May 2009 01:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=794#comment-155</guid>
		<description>[...] Read the original post:  Kanban « The Art of Software Development [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the original post:  Kanban « The Art of Software Development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance tuning a GWT application by sinnema313</title>
		<link>http://sinnema313.wordpress.com/2008/11/16/performance-tuning-a-gwt-application/#comment-154</link>
		<dc:creator>sinnema313</dc:creator>
		<pubDate>Wed, 27 May 2009 11:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=452#comment-154</guid>
		<description>You can use XStream on the *server* side, but not on the *client* side.  GWT will only compile your Java source to JavaScript, not any jars you might want to use. You could add the XStream Java *source* to your project, but chances are it uses something else that is not supported by GWT.</description>
		<content:encoded><![CDATA[<p>You can use XStream on the *server* side, but not on the *client* side.  GWT will only compile your Java source to JavaScript, not any jars you might want to use. You could add the XStream Java *source* to your project, but chances are it uses something else that is not supported by GWT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance tuning a GWT application by LivingLegends</title>
		<link>http://sinnema313.wordpress.com/2008/11/16/performance-tuning-a-gwt-application/#comment-153</link>
		<dc:creator>LivingLegends</dc:creator>
		<pubDate>Wed, 27 May 2009 10:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=452#comment-153</guid>
		<description>Hi, I want to use XStream with GWT. I have written code in GWT application using XStream but when I run application, it threw an error with messages

&quot;[ERROR] Line 235: No source code is available for type com.thoughtworks.xstream.XStream; did you forget to inherit a required module?&quot;

and 

&quot;[ERROR] Line 235: No source code is available for type com.thoughtworks.xstream.io.xml.DomDriver; did you forget to inherit a required module?&quot;

How to integrate XStream jar file with GWT application. I got this error while run application in Hosted mode.
Please help asap.
Thanx.</description>
		<content:encoded><![CDATA[<p>Hi, I want to use XStream with GWT. I have written code in GWT application using XStream but when I run application, it threw an error with messages</p>
<p>&#8220;[ERROR] Line 235: No source code is available for type com.thoughtworks.xstream.XStream; did you forget to inherit a required module?&#8221;</p>
<p>and </p>
<p>&#8220;[ERROR] Line 235: No source code is available for type com.thoughtworks.xstream.io.xml.DomDriver; did you forget to inherit a required module?&#8221;</p>
<p>How to integrate XStream jar file with GWT application. I got this error while run application in Hosted mode.<br />
Please help asap.<br />
Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a JavaFX script from an OSGi bundle by Meuter</title>
		<link>http://sinnema313.wordpress.com/2008/08/01/running-a-javafx-script-from-an-osgi-bundle/#comment-151</link>
		<dc:creator>Meuter</dc:creator>
		<pubDate>Tue, 12 May 2009 09:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=145#comment-151</guid>
		<description>Thanks for the interesting example!
I wondered why you didn&#039;t implement the BundleActivator directly into javaFX. This would simplify things a lot.</description>
		<content:encoded><![CDATA[<p>Thanks for the interesting example!<br />
I wondered why you didn&#8217;t implement the BundleActivator directly into javaFX. This would simplify things a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance tuning a GWT application by sinnema313</title>
		<link>http://sinnema313.wordpress.com/2008/11/16/performance-tuning-a-gwt-application/#comment-150</link>
		<dc:creator>sinnema313</dc:creator>
		<pubDate>Tue, 21 Apr 2009 14:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=452#comment-150</guid>
		<description>Dominik,

I improved performance on IE7 by profiling on FireFox for getting an idea and then testing in IE7 to see if the idea was actually an improvement. I&#039;m sure this is not a perfect method, but it did work in my case.</description>
		<content:encoded><![CDATA[<p>Dominik,</p>
<p>I improved performance on IE7 by profiling on FireFox for getting an idea and then testing in IE7 to see if the idea was actually an improvement. I&#8217;m sure this is not a perfect method, but it did work in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance tuning a GWT application by dominiksteiner</title>
		<link>http://sinnema313.wordpress.com/2008/11/16/performance-tuning-a-gwt-application/#comment-149</link>
		<dc:creator>dominiksteiner</dc:creator>
		<pubDate>Tue, 21 Apr 2009 13:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=452#comment-149</guid>
		<description>Hi,

great article! Wondering how you could improve performance in IE7 if you hadn&#039;t the chance to use a profiler on it?

Thanks

Dominik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great article! Wondering how you could improve performance in IE7 if you hadn&#8217;t the chance to use a profiler on it?</p>
<p>Thanks</p>
<p>Dominik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Registry Pattern by The Registry Pattern « The Art of bSoftware Development/b &#171; topsoft.us</title>
		<link>http://sinnema313.wordpress.com/2009/03/01/the-registry-pattern/#comment-115</link>
		<dc:creator>The Registry Pattern « The Art of bSoftware Development/b &#171; topsoft.us</dc:creator>
		<pubDate>Sun, 01 Mar 2009 16:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=678#comment-115</guid>
		<description>[...] original post here:  The Registry Pattern « The Art of bSoftware Development/b   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] original post here:  The Registry Pattern « The Art of bSoftware Development/b   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a JavaFX script from an OSGi bundle by sinnema313</title>
		<link>http://sinnema313.wordpress.com/2008/08/01/running-a-javafx-script-from-an-osgi-bundle/#comment-113</link>
		<dc:creator>sinnema313</dc:creator>
		<pubDate>Fri, 27 Feb 2009 06:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://sinnema313.wordpress.com/?p=145#comment-113</guid>
		<description>This is not what OSGi is for. OSGi deals with how bundles interplay, not with how bundles are generated. But since bundles are just jars with special values in their manifest, you can generate bundles if you can generate jars. Also, since jars are binary, you can&#039;t use XML or JSON to stream them easily.</description>
		<content:encoded><![CDATA[<p>This is not what OSGi is for. OSGi deals with how bundles interplay, not with how bundles are generated. But since bundles are just jars with special values in their manifest, you can generate bundles if you can generate jars. Also, since jars are binary, you can&#8217;t use XML or JSON to stream them easily.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
