<?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 devNoo</title>
	<atom:link href="http://www.denoo.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.denoo.info</link>
	<description>musings of a Softare developer</description>
	<lastBuildDate>Mon, 16 Jan 2012 13:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Jan Plas</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-312</link>
		<dc:creator>Jan Plas</dc:creator>
		<pubDate>Mon, 16 Jan 2012 13:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-312</guid>
		<description>Well I didn&#039;t delete the code intentionally, I was told to focus on the English and not the Scala :P 

Nice tip about the sealed case BTW, haven&#039;t looked at Scala for a while myself either and forgot about them :)</description>
		<content:encoded><![CDATA[<p>Well I didn&#8217;t delete the code intentionally, I was told to focus on the English and not the Scala <img src='http://www.denoo.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<p>Nice tip about the sealed case BTW, haven&#8217;t looked at Scala for a while myself either and forgot about them <img src='http://www.denoo.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Job</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-311</link>
		<dc:creator>Job</dc:creator>
		<pubDate>Fri, 13 Jan 2012 07:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-311</guid>
		<description>he the rest of the code is removed by my dear reviewer, adding the code back in</description>
		<content:encoded><![CDATA[<p>he the rest of the code is removed by my dear reviewer, adding the code back in</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Erik van Oosten</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-310</link>
		<dc:creator>Erik van Oosten</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-310</guid>
		<description>Another remark: most scala programmers use &lt;a href=&quot;http://www.scala-lang.org/node/123&quot; rel=&quot;nofollow&quot;&gt;sealed case classes&lt;/a&gt; instead of Enumerations. E.g.:

&lt;code&gt;
sealed abstract class Sign
case class Blank extends Sign
case class X extends Sign
case class O extends Sign
&lt;/code&gt;

See also this post: http://alblue.bandlem.com/2007/12/scala-introduction-to-scala-case.html</description>
		<content:encoded><![CDATA[<p>Another remark: most scala programmers use <a href="http://www.scala-lang.org/node/123" rel="nofollow">sealed case classes</a> instead of Enumerations. E.g.:</p>
<p><code><br />
sealed abstract class Sign<br />
case class Blank extends Sign<br />
case class X extends Sign<br />
case class O extends Sign<br />
</code></p>
<p>See also this post: <a href="http://alblue.bandlem.com/2007/12/scala-introduction-to-scala-case.html" rel="nofollow">http://alblue.bandlem.com/2007/12/scala-introduction-to-scala-case.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Erik van Oosten</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-309</link>
		<dc:creator>Erik van Oosten</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-309</guid>
		<description>So where is the rest of the code?

&lt;a href=&quot;https://github.com/erikvanoosten/tictactoe-axon/blob/master/src/main/scala/cqrs/workshop/tictactoe/command/TicTacToe.scala&quot; rel=&quot;nofollow&quot;&gt;My scala Tictactoe on Github&lt;/a&gt;
Not entirely as I would have liked it, but compromises for a java crowd were necessary :)

    Erik.</description>
		<content:encoded><![CDATA[<p>So where is the rest of the code?</p>
<p><a href="https://github.com/erikvanoosten/tictactoe-axon/blob/master/src/main/scala/cqrs/workshop/tictactoe/command/TicTacToe.scala" rel="nofollow">My scala Tictactoe on Github</a><br />
Not entirely as I would have liked it, but compromises for a java crowd were necessary <img src='http://www.denoo.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>    Erik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 11.10 network shares to Os X lion with netatalk by Bruzzlee</title>
		<link>http://www.denoo.info/2011/12/ubuntu-11-10-network-shares-to-os-x-lion-with-netatalk/comment-page-1/#comment-308</link>
		<dc:creator>Bruzzlee</dc:creator>
		<pubDate>Sat, 07 Jan 2012 02:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=163#comment-308</guid>
		<description>At first: Thank you.
I&#039;ve updated my Netatalk from 2.0.4 to netatalk 2.2.1.1 0utm5 (now on oneiric)
After a few hours trying official versions this version is the first that worked for me.
But:
Strange behaviour - The &quot;Last Modified Date&quot; of a folder on OS X Lion shows the Date of the .AppleDouble. So if I open a folder I&#039;ve never open before, all the including folders will have the same date on OSX. Even they have different dates in Ubuntu.
Someone else has this behaviour?
Thx Bruzzlee</description>
		<content:encoded><![CDATA[<p>At first: Thank you.<br />
I&#8217;ve updated my Netatalk from 2.0.4 to netatalk 2.2.1.1 0utm5 (now on oneiric)<br />
After a few hours trying official versions this version is the first that worked for me.<br />
But:<br />
Strange behaviour &#8211; The &#8220;Last Modified Date&#8221; of a folder on OS X Lion shows the Date of the .AppleDouble. So if I open a folder I&#8217;ve never open before, all the including folders will have the same date on OSX. Even they have different dates in Ubuntu.<br />
Someone else has this behaviour?<br />
Thx Bruzzlee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mirroring eclipse update sites by Job</title>
		<link>http://www.denoo.info/2009/09/mirroring-eclipse-update-sites/comment-page-1/#comment-307</link>
		<dc:creator>Job</dc:creator>
		<pubDate>Thu, 05 Jan 2012 16:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=45#comment-307</guid>
		<description>Hi Jonas,

you can just copy paste the code above in a .bat file, and it should work, if you fill in the proxy things and launcher variable.

Cheers
Job</description>
		<content:encoded><![CDATA[<p>Hi Jonas,</p>
<p>you can just copy paste the code above in a .bat file, and it should work, if you fill in the proxy things and launcher variable.</p>
<p>Cheers<br />
Job</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mirroring eclipse update sites by Jonas</title>
		<link>http://www.denoo.info/2009/09/mirroring-eclipse-update-sites/comment-page-1/#comment-306</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 05 Jan 2012 15:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=45#comment-306</guid>
		<description>Can you please send an Example Script as a Batch .bat for Windows ?</description>
		<content:encoded><![CDATA[<p>Can you please send an Example Script as a Batch .bat for Windows ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally JSF 1.2 and Facelets on Websphere 6.1. by gio</title>
		<link>http://www.denoo.info/2008/02/finally-jsf-12-and-facelets-on-websphere-61/comment-page-1/#comment-305</link>
		<dc:creator>gio</dc:creator>
		<pubDate>Fri, 30 Dec 2011 11:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.denoo.info/?p=9#comment-305</guid>
		<description>Sorry devNoo
I tried the same again in a small test-application, and there everything is working well. My fault must be anywhere else... :-(
Thanks Gio</description>
		<content:encoded><![CDATA[<p>Sorry devNoo<br />
I tried the same again in a small test-application, and there everything is working well. My fault must be anywhere else&#8230; <img src='http://www.denoo.info/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Thanks Gio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally JSF 1.2 and Facelets on Websphere 6.1. by gio</title>
		<link>http://www.denoo.info/2008/02/finally-jsf-12-and-facelets-on-websphere-61/comment-page-1/#comment-304</link>
		<dc:creator>gio</dc:creator>
		<pubDate>Fri, 30 Dec 2011 10:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.denoo.info/?p=9#comment-304</guid>
		<description>&lt;strong&gt; My own facelet-taglib cannot be called in rendered=&quot;#{}&quot; after switching WAS6 class-loader.&lt;/strong&gt;

Thanks for Your article. Finally I got my JSF-Libraries used on WAS6.1.
But now I get errors when using my own facelet-taglibs in tomahawk-rendered attributes like: &lt;code&gt;&lt;t:... rendered=&quot;#{myown:function}&quot;&lt;/code&gt;.
When calling the page the &lt;i&gt;myown:function&lt;/i&gt; is called. But when leaving the page I get an exception saying : Cannot find function #{myown:function}.
Before using the &#039;WAS-shared-libraries&#039; the was no such problem.

I was not shure about your point 4:
&lt;cite&gt;Make sure that all of your converters, validators and component that take arguments implement the StateHolder interface.&lt;/cite&gt;

How do I have to use this for my own facelet-taglib? the function are static function in any bean. Must all theese beans inplement the StateHolder interface? If yes, how do I have to overwrite the funkctions of the StateHolder interface? 


In the end You write:
&lt;cite&gt;This works on Websphere 6.1.0.13, on 6.1.0.9 and later versions untill this version, facelets won’t work cause of a bug in websphere.&lt;/cite&gt;
I use jsf1.2, tomahawk and facelets since some years on WAS6.1. So it is working. Didi you mean, I mustnot switch ´to my own jsf1.2 libs when using facelets?</description>
		<content:encoded><![CDATA[<p><strong> My own facelet-taglib cannot be called in rendered=&#8221;#{}&#8221; after switching WAS6 class-loader.</strong></p>
<p>Thanks for Your article. Finally I got my JSF-Libraries used on WAS6.1.<br />
But now I get errors when using my own facelet-taglibs in tomahawk-rendered attributes like: <code>&lt;t:... rendered=&quot;#{myown:function}&quot;</code>.<br />
When calling the page the <i>myown:function</i> is called. But when leaving the page I get an exception saying : Cannot find function #{myown:function}.<br />
Before using the &#8216;WAS-shared-libraries&#8217; the was no such problem.</p>
<p>I was not shure about your point 4:<br />
<cite>Make sure that all of your converters, validators and component that take arguments implement the StateHolder interface.</cite></p>
<p>How do I have to use this for my own facelet-taglib? the function are static function in any bean. Must all theese beans inplement the StateHolder interface? If yes, how do I have to overwrite the funkctions of the StateHolder interface? </p>
<p>In the end You write:<br />
<cite>This works on Websphere 6.1.0.13, on 6.1.0.9 and later versions untill this version, facelets won’t work cause of a bug in websphere.</cite><br />
I use jsf1.2, tomahawk and facelets since some years on WAS6.1. So it is working. Didi you mean, I mustnot switch ´to my own jsf1.2 libs when using facelets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Google tasks with your ubuntu desktop by reņģis</title>
		<link>http://www.denoo.info/2009/12/integrating-google-tasks-with-your-ubuntu-desktop/comment-page-1/#comment-303</link>
		<dc:creator>reņģis</dc:creator>
		<pubDate>Wed, 28 Dec 2011 13:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=71#comment-303</guid>
		<description>To follow up my comment: even though alltray seemed to work fine for a moment, it&#039;s not working in a useful way.  alltray doesn&#039;t show a tray icon if Chrome or Chromium have been already running and only opens a new window, and alltray doesn&#039;t start at all if the browser wasn&#039;t already running.</description>
		<content:encoded><![CDATA[<p>To follow up my comment: even though alltray seemed to work fine for a moment, it&#8217;s not working in a useful way.  alltray doesn&#8217;t show a tray icon if Chrome or Chromium have been already running and only opens a new window, and alltray doesn&#8217;t start at all if the browser wasn&#8217;t already running.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

