<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>dzone.com: queued links: other languages</title>
    <link>http://www.dzone.com/links/queue/tag/other languages.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Sat, 11 Feb 2012 22:28:02 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2012-02-11T22:28:02Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/queue/other languages/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Pagination using Window-Functions</title>
      <link>http://www.dzone.com/links/r/pagination_using_windowfunctions.html</link>
      <description>Using window functions is yet another way to implement pagination in SQL. They offer a flexible and above all, standards-compliant option. But only SQL Server and the Oracle database allow to use them for a pipelined Top-N query. PostgreSQL does not use indexes for those queries and is therefore executing them very inefficiently. MySQL does not support window functions at all.</description>
      <category>database</category>
      <category>other languages</category>
      <pubDate>Sat, 11 Feb 2012 18:17:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743623.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2012-02-11T18:17:03Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/pagination_using_windowfunctions.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743623.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Using window functions is yet another way to implement pagination in SQL. They offer a flexible and above all, standards-compliant option. But only SQL Server and the Oracle database allow to use them for a pipelined Top-N query. PostgreSQL does not use indexes for those queries and is therefore executing them very inefficiently. MySQL does not support window functions at all.<br/><br/><a href='http://www.dzone.com/links/rss/pagination_using_windowfunctions.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743623' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743623</dz:linkId>
      <dz:submitDate>2012-02-11T18:17:03Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>6</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/743623.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Template Method Pattern advanced example</title>
      <link>http://www.dzone.com/links/r/template_method_pattern_advanced_example.html</link>
      <description>So we’ve looked at the Template Method Pattern with an implementation as really simple example, and another real world implementation. We have additional requirements however. We also need to transform the template so that placeholders will contain the proper text, and have the value of the placeholders customized to our customers. Let’s first look again at the executing code, so we get an idea of what API we want.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>other languages</category>
      <pubDate>Sat, 11 Feb 2012 18:10:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743615.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2012-02-11T18:10:54Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/template_method_pattern_advanced_example.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743615.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>So we’ve looked at the Template Method Pattern with an implementation as really simple example, and another real world implementation. We have additional requirements however. We also need to transform the template so that placeholders will contain the proper text, and have the value of the placeholders customized to our customers. Let’s first look again at the executing code, so we get an idea of what API we want.<br/><br/><a href='http://www.dzone.com/links/rss/template_method_pattern_advanced_example.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743615' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743615</dz:linkId>
      <dz:submitDate>2012-02-11T18:10:54Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>11</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/743615.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>FrankenQueries: When SQL and NoSQL Collide</title>
      <link>http://www.dzone.com/links/r/frankenqueries_when_sql_and_nosql_collide.html</link>
      <description>It seems like some NoSQL vendors have been moving back towards SQL-like interfaces, which is just what this writer has a problem with. He discusses the problems that arise when these worlds collide, and calls for "a real language for unstructured data," rather than resorting to those like XQuery. There is an interesting list of suggestions for what such a language should include.</description>
      <category>database</category>
      <category>opinion</category>
      <category>other languages</category>
      <category>trends</category>
      <pubDate>Sat, 11 Feb 2012 12:38:26 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743509.html</guid>
      <dc:creator>cjsmith</dc:creator>
      <dc:date>2012-02-11T12:38:26Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/frankenqueries_when_sql_and_nosql_collide.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743509.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>It seems like some NoSQL vendors have been moving back towards SQL-like interfaces, which is just what this writer has a problem with. He discusses the problems that arise when these worlds collide, and calls for "a real language for unstructured data," rather than resorting to those like XQuery. There is an interesting list of suggestions for what such a language should include. <br/><br/><a href='http://www.dzone.com/links/rss/frankenqueries_when_sql_and_nosql_collide.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743509' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743509</dz:linkId>
      <dz:submitDate>2012-02-11T12:38:26Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>113</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/743509.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>cjsmith</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/974613.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>This week in Scala (10/02/2012)</title>
      <link>http://www.dzone.com/links/r/this_week_in_scala_10022012.html</link>
      <description>Another selection of this week's new projects, talks, tutorials and links from the Scala world</description>
      <category>open source</category>
      <category>other languages</category>
      <pubDate>Fri, 10 Feb 2012 12:30:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742963.html</guid>
      <dc:creator>janm399</dc:creator>
      <dc:date>2012-02-10T12:30:15Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/this_week_in_scala_10022012.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742963.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Another selection of this week's new projects, talks, tutorials and links from the Scala world<br/><br/><a href='http://www.dzone.com/links/rss/this_week_in_scala_10022012.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742963' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>742963</dz:linkId>
      <dz:submitDate>2012-02-10T12:30:15Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>35</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742963.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>janm399</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/968313.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Cloudshift - A Node.js App Framework for haXe Programmers</title>
      <link>http://www.dzone.com/links/r/cloudshift_a_nodejs_app_framework_for_haxe_progra.html</link>
      <description>Cloudshift is a Node.js web application framework coded in haXe, an open-source multi-platform programming language. Being a multi-platform language, haXe targets other platforms, like JavaScript, Flash, NekoVM, PHP, C++, C# and Java etc.</description>
      <category>frameworks</category>
      <category>javascript</category>
      <category>open source</category>
      <category>other languages</category>
      <pubDate>Fri, 10 Feb 2012 11:02:47 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742969.html</guid>
      <dc:creator>jibyjohnc</dc:creator>
      <dc:date>2012-02-10T11:02:47Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/cloudshift_a_nodejs_app_framework_for_haxe_progra.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742969.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Cloudshift is a Node.js web application framework coded in haXe, an open-source multi-platform programming language. Being a multi-platform language, haXe targets other platforms, like JavaScript, Flash, NekoVM, PHP, C++, C# and Java etc.<br/><br/><a href='http://www.dzone.com/links/rss/cloudshift_a_nodejs_app_framework_for_haxe_progra.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742969' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>742969</dz:linkId>
      <dz:submitDate>2012-02-10T11:02:47Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>34</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742969.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jibyjohnc</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/852461.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>


