<?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 szeiger.de</title>
	<atom:link href="http://szeiger.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://szeiger.de</link>
	<description>Stefan Zeiger's Software Development Weblog</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:09:44 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Efficient Parameterized Queries in ScalaQuery by Stefan Zeiger</title>
		<link>http://szeiger.de/blog/2009/08/06/efficient-parameterized-queries-in-scala-query/comment-page-1/#comment-120</link>
		<dc:creator>Stefan Zeiger</dc:creator>
		<pubDate>Fri, 16 Dec 2011 10:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=32#comment-120</guid>
		<description>You can use an existing solution like Spring JdbcTemplate or Java EE for declarative transactions. You long as you can get an (injected) java.sql.Connection which has been configured for the transaction by the container, you can wrap it in an org.scalaquery.Session and use this container-managed session instead of ScalaQuery&#039;s own session management.</description>
		<content:encoded><![CDATA[<p>You can use an existing solution like Spring JdbcTemplate or Java EE for declarative transactions. You long as you can get an (injected) java.sql.Connection which has been configured for the transaction by the container, you can wrap it in an org.scalaquery.Session and use this container-managed session instead of ScalaQuery&#8217;s own session management.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Efficient Parameterized Queries in ScalaQuery by trucmuche</title>
		<link>http://szeiger.de/blog/2009/08/06/efficient-parameterized-queries-in-scala-query/comment-page-1/#comment-119</link>
		<dc:creator>trucmuche</dc:creator>
		<pubDate>Wed, 14 Dec 2011 23:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=32#comment-119</guid>
		<description>What about transactions in app or business layer ??

How can i start a transaction in my app/business layer, in a declarative way or another not intrusive way ??

Thank&#039;s for reply.</description>
		<content:encoded><![CDATA[<p>What about transactions in app or business layer ??</p>
<p>How can i start a transaction in my app/business layer, in a declarative way or another not intrusive way ??</p>
<p>Thank&#8217;s for reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type-Level Computations with Functional Dependencies by Stefan Zeiger</title>
		<link>http://szeiger.de/blog/2011/08/14/type-level-computations-with-functional-dependencies/comment-page-1/#comment-118</link>
		<dc:creator>Stefan Zeiger</dc:creator>
		<pubDate>Tue, 20 Sep 2011 09:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=85#comment-118</guid>
		<description>Yes, this will do away with the Tuple22 limit. Typed queries wouldn&#039;t work with Seqs or Maps. The only real alternative to Tuples are HLists (or HArrays). There is no production-ready HList implementation for Scala that I am aware of but new system is extensible and if you have an HList, it should be possible to make ScalaQuery use it with only a few lines of code.</description>
		<content:encoded><![CDATA[<p>Yes, this will do away with the Tuple22 limit. Typed queries wouldn&#8217;t work with Seqs or Maps. The only real alternative to Tuples are HLists (or HArrays). There is no production-ready HList implementation for Scala that I am aware of but new system is extensible and if you have an HList, it should be possible to make ScalaQuery use it with only a few lines of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type-Level Computations with Functional Dependencies by Hugh</title>
		<link>http://szeiger.de/blog/2011/08/14/type-level-computations-with-functional-dependencies/comment-page-1/#comment-117</link>
		<dc:creator>Hugh</dc:creator>
		<pubDate>Mon, 19 Sep 2011 16:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=85#comment-117</guid>
		<description>Will nested tuples overcome the limit of 22 imposed by the current implementation? I&#039;m assuming it will, which begs the question:why did you choose a Tuple implementation, which has a hard upper limit, over a Seq or Map implementation, which has no upper limit?

The upper limit of 22 is way too restrictive for real-world scenarios. I just downloaded your code for nested-tuples and I&#039;m going to give it a whirl. We really like your approach in general, but the hard upper limit gives us pause</description>
		<content:encoded><![CDATA[<p>Will nested tuples overcome the limit of 22 imposed by the current implementation? I&#8217;m assuming it will, which begs the question:why did you choose a Tuple implementation, which has a hard upper limit, over a Seq or Map implementation, which has no upper limit?</p>
<p>The upper limit of 22 is way too restrictive for real-world scenarios. I just downloaded your code for nested-tuples and I&#8217;m going to give it a whirl. We really like your approach in general, but the hard upper limit gives us pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing Libraries and HomeGroup icons from the Windows 7 desktop by James Y.</title>
		<link>http://szeiger.de/blog/2009/08/11/removing-libraries-and-homegroup-icons-from-the-windows-7-desktop/comment-page-1/#comment-115</link>
		<dc:creator>James Y.</dc:creator>
		<pubDate>Sat, 04 Jun 2011 19:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=33#comment-115</guid>
		<description>Yes, Kelvin&#039;s method worked great, now if only someone could show a method like that for the God Forsaken Libraries folder to be removed I&#039;d be very thankful! ;D</description>
		<content:encoded><![CDATA[<p>Yes, Kelvin&#8217;s method worked great, now if only someone could show a method like that for the God Forsaken Libraries folder to be removed I&#8217;d be very thankful! ;D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Zipper for scala.xml by Tony</title>
		<link>http://szeiger.de/blog/2009/12/27/a-zipper-for-scala-xml/comment-page-1/#comment-113</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 16 May 2011 20:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=54#comment-113</guid>
		<description>This has been a life saver for me. It&#039;s really unfortunate that scala neither includes xpath axes functionality, nor xpath functionality generally. It would be nice to take these ideas and get someone like Michael Kay (of Saxonica) involved - he is a key driver of the Xpath / XQuery / XSLT standards and wrote the awesome Saxon libraries.</description>
		<content:encoded><![CDATA[<p>This has been a life saver for me. It&#8217;s really unfortunate that scala neither includes xpath axes functionality, nor xpath functionality generally. It would be nice to take these ideas and get someone like Michael Kay (of Saxonica) involved &#8211; he is a key driver of the Xpath / XQuery / XSLT standards and wrote the awesome Saxon libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Type-Safe Database Query DSL for Scala by Groovy创始人：Java面临终结 Scala将取而代之 &#124; NeXT</title>
		<link>http://szeiger.de/blog/2008/12/21/a-type-safe-database-query-dsl-for-scala/comment-page-1/#comment-112</link>
		<dc:creator>Groovy创始人：Java面临终结 Scala将取而代之 &#124; NeXT</dc:creator>
		<pubDate>Mon, 14 Mar 2011 13:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=24#comment-112</guid>
		<description>[...] &gt; 用于JDBC类型安全查询的一个Scala版LINQ，顺便再了解下DBC。 [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt; 用于JDBC类型安全查询的一个Scala版LINQ，顺便再了解下DBC。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New ScalaQuery Features by Stefan Zeiger</title>
		<link>http://szeiger.de/blog/2009/12/21/new-scala-query-features/comment-page-1/#comment-110</link>
		<dc:creator>Stefan Zeiger</dc:creator>
		<pubDate>Tue, 21 Dec 2010 00:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=41#comment-110</guid>
		<description>An inner join is best written with the implicit syntax where you can use as many tables as you need, e.g. &quot;for(t1 &lt;- Table1; t2 &lt;- Table2 if t1.id === t2.id; t3 &lt;- Table3 if t1.id === t3.id) yield t1.a ~ t2.b ~ t3.c&quot;. Explicit joins over more than two tables have an awkward syntax and they still suffer from a code generation bug at the moment. See https://github.com/szeiger/scala-query/issues#issue/4 for details.</description>
		<content:encoded><![CDATA[<p>An inner join is best written with the implicit syntax where you can use as many tables as you need, e.g. &#8220;for(t1 < - Table1; t2 <- Table2 if t1.id === t2.id; t3 <- Table3 if t1.id === t3.id) yield t1.a ~ t2.b ~ t3.c". Explicit joins over more than two tables have an awkward syntax and they still suffer from a code generation bug at the moment. See <a href="https://github.com/szeiger/scala-query/issues#issue/4" rel="nofollow">https://github.com/szeiger/scala-query/issues#issue/4 for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New ScalaQuery Features by Martin</title>
		<link>http://szeiger.de/blog/2009/12/21/new-scala-query-features/comment-page-1/#comment-109</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 18 Dec 2010 00:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=41#comment-109</guid>
		<description>Stefan, what would be your recommendation for an inner join of three or more
tables. Is it possible to post an example</description>
		<content:encoded><![CDATA[<p>Stefan, what would be your recommendation for an inner join of three or more<br />
tables. Is it possible to post an example</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Formal Language Processing in Scala, Part 1 by MIlos</title>
		<link>http://szeiger.de/blog/2008/07/27/formal-language-processing-in-scala-part-1/comment-page-1/#comment-108</link>
		<dc:creator>MIlos</dc:creator>
		<pubDate>Sun, 12 Dec 2010 14:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://szeiger.de/?p=15#comment-108</guid>
		<description>Thanks for these articles, I&#039;ve been looking for something like this for quite some time now.
You cover two topics that i am very interested in: scala, parsing.
I used to have to read big ugly books about compilers but your examples make things easy :)
Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks for these articles, I&#8217;ve been looking for something like this for quite some time now.<br />
You cover two topics that i am very interested in: scala, parsing.<br />
I used to have to read big ugly books about compilers but your examples make things easy <img src='http://szeiger.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

