<?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 on: Nabaztag Scala Library</title>
	<atom:link href="http://morlhon.net/blog/2009/11/09/nabaztag-scala-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://morlhon.net/blog/2009/11/09/nabaztag-scala-library/</link>
	<description>Jean-Laurent de Morlhon weblog</description>
	<lastBuildDate>Thu, 03 Feb 2011 20:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: @sadache</title>
		<link>http://morlhon.net/blog/2009/11/09/nabaztag-scala-library/comment-page-1/#comment-1272</link>
		<dc:creator>@sadache</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://morlhon.net/blog/?p=279#comment-1272</guid>
		<description>The issue is much simpler than this. Imagine any library writer that uses internally other date type than Java&#039;s broken Date (JodaTime for instance): If he doesn&#039;t wrap it back into Java broken Date then you have no choice but to download and use JodaTime apis, period.

It is a design issue and by no way a Scala problem. In your Scala code you could just use the available Java List but you won&#039;t since it is really less interesting.

The call is difinitively yours :)</description>
		<content:encoded><![CDATA[<p>The issue is much simpler than this. Imagine any library writer that uses internally other date type than Java&#8217;s broken Date (JodaTime for instance): If he doesn&#8217;t wrap it back into Java broken Date then you have no choice but to download and use JodaTime apis, period.</p>
<p>It is a design issue and by no way a Scala problem. In your Scala code you could just use the available Java List but you won&#8217;t since it is really less interesting.</p>
<p>The call is difinitively yours <img src='http://morlhon.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fanf</title>
		<link>http://morlhon.net/blog/2009/11/09/nabaztag-scala-library/comment-page-1/#comment-1268</link>
		<dc:creator>Fanf</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://morlhon.net/blog/?p=279#comment-1268</guid>
		<description>Hey, happy to know that there are other OSSGTP Scala fans :)

For your problem of Java interfacing, I would say that the &quot;Java interface binding&quot; is the better way to go. 
I tried the other way around, and you end missing a lot of Scala-ism due to the mix with Java-fashion in the Scala part. Moreover, in Scala 2.8, scala.collection.JavaConversions really help in converting between Java and Scala collections (and so, a slim Java binding interface is not too painful to build).

And finally, the Scala list is a pure functional structure: nearer to Java ArrayList is Scala 2.8 Buffer.

See you next time around a beer ;)</description>
		<content:encoded><![CDATA[<p>Hey, happy to know that there are other OSSGTP Scala fans <img src='http://morlhon.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For your problem of Java interfacing, I would say that the &#8220;Java interface binding&#8221; is the better way to go.<br />
I tried the other way around, and you end missing a lot of Scala-ism due to the mix with Java-fashion in the Scala part. Moreover, in Scala 2.8, scala.collection.JavaConversions really help in converting between Java and Scala collections (and so, a slim Java binding interface is not too painful to build).</p>
<p>And finally, the Scala list is a pure functional structure: nearer to Java ArrayList is Scala 2.8 Buffer.</p>
<p>See you next time around a beer <img src='http://morlhon.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

