<?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"
	>
<channel>
	<title>Comments for A Few More Words</title>
	<atom:link href="http://warren.mayocchi.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://warren.mayocchi.com</link>
	<description>Life, Software Development, Creativity: What I care to write about</description>
	<pubDate>Fri, 21 Nov 2008 08:03:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Agile Database - Part 4: MIGRATEdb (a solution to the release problem) by warren</title>
		<link>http://warren.mayocchi.com/2006/04/16/agile-database-part-4-migratedb-a-solution-to-the-release-problem/#comment-4513</link>
		<dc:creator>warren</dc:creator>
		<pubDate>Mon, 13 Oct 2008 09:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/2006/04/16/agile-database-part-4-migratedb-a-solution-to-the-release-problem/#comment-4513</guid>
		<description>&lt;p&gt;I am not a MySQL specialist. I would have a look at a few books in my local bookstore, or type Mysql into Amazon and read about what comes up.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am not a MySQL specialist. I would have a look at a few books in my local bookstore, or type Mysql into Amazon and read about what comes up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Agile Database - Part 4: MIGRATEdb (a solution to the release problem) by werutzb</title>
		<link>http://warren.mayocchi.com/2006/04/16/agile-database-part-4-migratedb-a-solution-to-the-release-problem/#comment-4384</link>
		<dc:creator>werutzb</dc:creator>
		<pubDate>Wed, 08 Oct 2008 02:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/2006/04/16/agile-database-part-4-migratedb-a-solution-to-the-release-problem/#comment-4384</guid>
		<description>&lt;p&gt;Hi!&lt;/p&gt;

&lt;p&gt;I want to improve my SQL capabilities.
 I red that many SQL books and want to
read more about SQL for my work as mysql database manager.&lt;/p&gt;

&lt;p&gt;What can you recommend?&lt;/p&gt;

&lt;p&gt;Thanks,
Werutz&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I want to improve my SQL capabilities.<br />
 I red that many SQL books and want to<br />
read more about SQL for my work as mysql database manager.</p>
<p>What can you recommend?</p>
<p>Thanks,<br />
Werutz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Repository or DAO? by JAOO Brisbane: Goldilocks and the Concurrent Processes at A Few More Words</title>
		<link>http://warren.mayocchi.com/2006/07/27/repository-or-dao/#comment-2717</link>
		<dc:creator>JAOO Brisbane: Goldilocks and the Concurrent Processes at A Few More Words</dc:creator>
		<pubDate>Thu, 29 May 2008 10:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/2006/07/27/repository-or-dao/#comment-2717</guid>
		<description>&lt;p&gt;[...] complexity. Getting your design just right is a primarily a craft. It may be helped by things like Domain Driven Design or reducing irreversible architecture choices by removing them or delaying them.  Software [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] complexity. Getting your design just right is a primarily a craft. It may be helped by things like Domain Driven Design or reducing irreversible architecture choices by removing them or delaying them.  Software [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a better BeanProcessor by warren</title>
		<link>http://warren.mayocchi.com/2006/09/25/building-a-better-beanprocessor/#comment-2659</link>
		<dc:creator>warren</dc:creator>
		<pubDate>Sat, 03 May 2008 08:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/2006/09/25/building-a-better-beanprocessor/#comment-2659</guid>
		<description>&lt;p&gt;@Karim: Have a look at &lt;a href="http://resultsetmapper.sourceforge.net/index.php" rel="nofollow"&gt;resultsetmapper&lt;/a&gt;. It is the open source implementation of the discussed problem.&lt;/p&gt;

&lt;p&gt;It can map resultset data to java beans (and their 'aggregate' components) in 2 ways:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;via annotations in the java bean&lt;/li&gt;
&lt;li&gt;via naming conventions and slight configuration (ie a  list of the aggregate classes).&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;Please let me know if it is of use, or if you would like me to improve in some way.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Karim: Have a look at <a href="http://resultsetmapper.sourceforge.net/index.php" rel="nofollow">resultsetmapper</a>. It is the open source implementation of the discussed problem.</p>
<p>It can map resultset data to java beans (and their &#8216;aggregate&#8217; components) in 2 ways:</p>
<ol>
<li>via annotations in the java bean</li>
<li>via naming conventions and slight configuration (ie a  list of the aggregate classes).</li>
</ol>
<p>Please let me know if it is of use, or if you would like me to improve in some way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a better BeanProcessor by Karim</title>
		<link>http://warren.mayocchi.com/2006/09/25/building-a-better-beanprocessor/#comment-2658</link>
		<dc:creator>Karim</dc:creator>
		<pubDate>Fri, 02 May 2008 21:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/2006/09/25/building-a-better-beanprocessor/#comment-2658</guid>
		<description>&lt;p&gt;Ive been working on a framework built on DbUtils, which sole intention is to simplify database work to a single object that can be used simply in many threads. The one feature I really would like to add is the "aggregate" concept you referred to in your bean mapper. Do you have a working version of this, and could I use it in my project (of course you will be given full credit). The project is being released under the apache 2 lic.&lt;/p&gt;

&lt;p&gt;Thanks in advance for your consideration,&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Karim&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>Ive been working on a framework built on DbUtils, which sole intention is to simplify database work to a single object that can be used simply in many threads. The one feature I really would like to add is the &#8220;aggregate&#8221; concept you referred to in your bean mapper. Do you have a working version of this, and could I use it in my project (of course you will be given full credit). The project is being released under the apache 2 lic.</p>
<p>Thanks in advance for your consideration,</p>
<ul>
<li>Karim</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Agile Database by Max Guernsey, III</title>
		<link>http://warren.mayocchi.com/agile-database/#comment-2655</link>
		<dc:creator>Max Guernsey, III</dc:creator>
		<pubDate>Wed, 30 Apr 2008 19:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/agile-database/#comment-2655</guid>
		<description>&lt;p&gt;You might also try &lt;a href="www.dataconstructor.com" rel="nofollow"&gt;DataConstructor&lt;/a&gt;.  It is not open source but there is a free trial.&lt;/p&gt;

&lt;p&gt;We also offer a series of articles on &lt;a href="http://www.hexsw.com/Products/Components/DataConstructor/RethinkingAgilityInDatabases.aspx" rel="nofollow"&gt;database agility&lt;/a&gt; that starts with a little bit different perspective from the norm.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You might also try <a href="www.dataconstructor.com" rel="nofollow">DataConstructor</a>.  It is not open source but there is a free trial.</p>
<p>We also offer a series of articles on <a href="http://www.hexsw.com/Products/Components/DataConstructor/RethinkingAgilityInDatabases.aspx" rel="nofollow">database agility</a> that starts with a little bit different perspective from the norm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Agile Database - Part 2: The release problem research by Max Guernsey, III</title>
		<link>http://warren.mayocchi.com/2006/03/30/agile-database-part-2-the-release-problem-research/#comment-2545</link>
		<dc:creator>Max Guernsey, III</dc:creator>
		<pubDate>Mon, 10 Mar 2008 23:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/2006/03/30/agile-database-part-2-the-release-problem-research/#comment-2545</guid>
		<description>&lt;p&gt;You might also consider a series of articles I am writing:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.hexsw.com/Products/Components/DataConstructor/RethinkingAgilityInDatabases.aspx" rel="nofollow"&gt;Rethinking Agility in Databases&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It explores how the practices we've developed for Agile software development need to be changed to adapt to the demands of a database.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You might also consider a series of articles I am writing:</p>
<p><a href="http://www.hexsw.com/Products/Components/DataConstructor/RethinkingAgilityInDatabases.aspx" rel="nofollow">Rethinking Agility in Databases</a></p>
<p>It explores how the practices we&#8217;ve developed for Agile software development need to be changed to adapt to the demands of a database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Agile Database - Part 2: The release problem research by warren</title>
		<link>http://warren.mayocchi.com/2006/03/30/agile-database-part-2-the-release-problem-research/#comment-2446</link>
		<dc:creator>warren</dc:creator>
		<pubDate>Wed, 06 Feb 2008 23:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/2006/03/30/agile-database-part-2-the-release-problem-research/#comment-2446</guid>
		<description>&lt;p&gt;Some more articles:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://odetocode.com/Blogs/scott/archive/2008/01/30/11702.aspx" rel="nofollow"&gt;Three Rules for Database Work&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://odetocode.com/Blogs/scott/archive/2008/01/31/11710.aspx" rel="nofollow"&gt;Versioning Databases â€“ The Baseline
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://odetocode.com/Blogs/scott/archive/2008/02/02/11721.aspx" rel="nofollow"&gt;Versioning Databases â€“ Change Scripts
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://odetocode.com/Blogs/scott/archive/2008/02/02/11737.aspx" rel="nofollow"&gt;Versioning Databases â€“ Views, Stored Procedures, and the Like
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://odetocode.com/Blogs/scott/archive/2008/02/03/11746.aspx" rel="nofollow"&gt;Versioning Databases â€“ Branching and Merging
&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Some more articles:</p>
<p><a href="http://odetocode.com/Blogs/scott/archive/2008/01/30/11702.aspx" rel="nofollow">Three Rules for Database Work</a></p>
<p><a href="http://odetocode.com/Blogs/scott/archive/2008/01/31/11710.aspx" rel="nofollow">Versioning Databases â€“ The Baseline<br />
</a></p>
<p><a href="http://odetocode.com/Blogs/scott/archive/2008/02/02/11721.aspx" rel="nofollow">Versioning Databases â€“ Change Scripts<br />
</a></p>
<p><a href="http://odetocode.com/Blogs/scott/archive/2008/02/02/11737.aspx" rel="nofollow">Versioning Databases â€“ Views, Stored Procedures, and the Like<br />
</a></p>
<p><a href="http://odetocode.com/Blogs/scott/archive/2008/02/03/11746.aspx" rel="nofollow">Versioning Databases â€“ Branching and Merging<br />
</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Repository or DAO? by Koert</title>
		<link>http://warren.mayocchi.com/2006/07/27/repository-or-dao/#comment-776</link>
		<dc:creator>Koert</dc:creator>
		<pubDate>Wed, 09 May 2007 12:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/2006/07/27/repository-or-dao/#comment-776</guid>
		<description>&lt;p&gt;I think the comment "including business representatives to whom DAO would need constant explanation" is the most compelling reason to use Repository instead of DAO. Otherwise, I see little difference between them.&lt;/p&gt;

&lt;p&gt;You could just use Hibernate directly in the Repository, since it provides an abstraction to the persistence anyway. I think it's theoretically a good idea to layer the persistence in a DAO layer so you can replace it easily, but it requires more work and costs.&lt;/p&gt;

&lt;p&gt;I would prefer to use Location as parameter to find: find(Location location).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think the comment &#8220;including business representatives to whom DAO would need constant explanation&#8221; is the most compelling reason to use Repository instead of DAO. Otherwise, I see little difference between them.</p>
<p>You could just use Hibernate directly in the Repository, since it provides an abstraction to the persistence anyway. I think it&#8217;s theoretically a good idea to layer the persistence in a DAO layer so you can replace it easily, but it requires more work and costs.</p>
<p>I would prefer to use Location as parameter to find: find(Location location).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Agile Database by Milan</title>
		<link>http://warren.mayocchi.com/agile-database/#comment-321</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Mon, 22 Jan 2007 01:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mayocchi.com/blog/agile-database/#comment-321</guid>
		<description>&lt;p&gt;Another opensource solution worth mentitioning is http://dbdeploy.com/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another opensource solution worth mentitioning is <a href="http://dbdeploy.com/" rel="nofollow">http://dbdeploy.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
