<?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/"
		xmlns:media="http://search.yahoo.com/mrss"
		>
<channel>
	<title>Comments on: The beauty of an upgrade framework</title>
	<atom:link href="http://lightbody.net/blog/2006/08/the_beauty_of_an_upgrade_frame.html/feed" rel="self" type="application/rss+xml" />
	<link>http://lightbody.net/blog/2006/08/the_beauty_of_an_upgrade_frame.html</link>
	<description>Patrick Lightbody's personal blog</description>
	<lastBuildDate>Sat, 05 Dec 2009 14:40:17 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rene Gielen</title>
		<link>http://lightbody.net/blog/2006/08/the_beauty_of_an_upgrade_frame.html/comment-page-1#comment-1248</link>
		<dc:creator>Rene Gielen</dc:creator>
		<pubDate>Fri, 20 Mar 2009 10:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2006/8/the_beauty_of_an_upgrade_frame.html#comment-1248</guid>
		<description>Hey Patrick,

since I was asking myself if I wanted to do my third custom Spring based implementation on that topic for a current client project, I did a small research on generic solutions. That pointed me both to your article, as well as to two quite interesting and mature looking frameworks which might be worth mentioning here:

http://www.liquibase.org/
http://scriptella.javaforge.com/

- René</description>
		<content:encoded><![CDATA[<p>Hey Patrick,</p>
<p>since I was asking myself if I wanted to do my third custom Spring based implementation on that topic for a current client project, I did a small research on generic solutions. That pointed me both to your article, as well as to two quite interesting and mature looking frameworks which might be worth mentioning here:</p>
<p><a href="http://www.liquibase.org/" rel="nofollow">http://www.liquibase.org/</a><br />
<a href="http://scriptella.javaforge.com/" rel="nofollow">http://scriptella.javaforge.com/</a></p>
<p>- Ren&Atilde;&copy;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://lightbody.net/blog/2006/08/the_beauty_of_an_upgrade_frame.html/comment-page-1#comment-1045</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 05 Nov 2008 20:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2006/8/the_beauty_of_an_upgrade_frame.html#comment-1045</guid>
		<description>Great article, thanks!

LiquiBase is one hopeful take at a standardized upgrade/migration tool.</description>
		<content:encoded><![CDATA[<p>Great article, thanks!</p>
<p>LiquiBase is one hopeful take at a standardized upgrade/migration tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam SF</title>
		<link>http://lightbody.net/blog/2006/08/the_beauty_of_an_upgrade_frame.html/comment-page-1#comment-797</link>
		<dc:creator>Sam SF</dc:creator>
		<pubDate>Mon, 10 Sep 2007 01:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2006/8/the_beauty_of_an_upgrade_frame.html#comment-797</guid>
		<description>I started a project to do this and have open sourced it. Here is a link to the blog entry where I describe it:

&lt;a href=&quot;http://www.javarants.com/2007/09/09/agile-database-schema-migration-tool-for-java/&quot; rel=&quot;nofollow&quot;&gt;http://www.javarants.com/2007/09/09/agile-database-schema-migration-tool-for-java/&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>I started a project to do this and have open sourced it. Here is a link to the blog entry where I describe it:</p>
<p><a href="http://www.javarants.com/2007/09/09/agile-database-schema-migration-tool-for-java/" rel="nofollow">http://www.javarants.com/2007/09/09/agile-database-schema-migration-tool-for-java/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Lightbody</title>
		<link>http://lightbody.net/blog/2006/08/the_beauty_of_an_upgrade_frame.html/comment-page-1#comment-796</link>
		<dc:creator>Patrick Lightbody</dc:creator>
		<pubDate>Fri, 04 Aug 2006 18:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2006/8/the_beauty_of_an_upgrade_frame.html#comment-796</guid>
		<description>Marc,
I do think there is room for a standalone project to help with this, though I think it would be even better if it was integrated as part of a larger stack (a la Rails). Would you be open to getting involved in something like that? I have a start on it, which is where my upgrade framework came from in the first place.
</description>
		<content:encoded><![CDATA[<p>Marc,<br />
I do think there is room for a standalone project to help with this, though I think it would be even better if it was integrated as part of a larger stack (a la Rails). Would you be open to getting involved in something like that? I have a start on it, which is where my upgrade framework came from in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loge</title>
		<link>http://lightbody.net/blog/2006/08/the_beauty_of_an_upgrade_frame.html/comment-page-1#comment-795</link>
		<dc:creator>loge</dc:creator>
		<pubDate>Fri, 04 Aug 2006 18:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2006/8/the_beauty_of_an_upgrade_frame.html#comment-795</guid>
		<description>How about starting something as stated on Dons blog? Spring based would be perfect but i am open to other alternatives. This should be an overseeable thingy to work on. Most of the time will be spent to spec out the notation of SQL scripts and java helper programs for pushing new data into new fields...

We could get a project place and discuss the architecture there.

Marc
</description>
		<content:encoded><![CDATA[<p>How about starting something as stated on Dons blog? Spring based would be perfect but i am open to other alternatives. This should be an overseeable thingy to work on. Most of the time will be spent to spec out the notation of <span class="caps">SQL </span>scripts and java helper programs for pushing new data into new fields&#8230;</p>
<p>We could get a project place and discuss the architecture there.</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Brown</title>
		<link>http://lightbody.net/blog/2006/08/the_beauty_of_an_upgrade_frame.html/comment-page-1#comment-794</link>
		<dc:creator>Don Brown</dc:creator>
		<pubDate>Fri, 04 Aug 2006 16:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://lightbody.net/blog/2006/8/the_beauty_of_an_upgrade_frame.html#comment-794</guid>
		<description>Great post, now if only it had implementation details... :)  Anyways, I&#039;ve played with implementing this with Spring 2.0 and have documented my finds on my blog (silly trackback in Roller is throwing an NPE).
</description>
		<content:encoded><![CDATA[<p>Great post, now if only it had implementation details&#8230; <img src='http://lightbody.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Anyways, I&#8217;ve played with implementing this with Spring 2.0 and have documented my finds on my blog (silly trackback in Roller is throwing an <span class="caps">NPE</span>).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
