<?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: schemamule 1.0 released</title>
	<atom:link href="http://www.moseshohman.com/blog/2006/05/23/schemamule-10-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moseshohman.com/blog/2006/05/23/schemamule-10-released/</link>
	<description>software development, informatics, etc.</description>
	<lastBuildDate>Tue, 23 Aug 2011 22:57:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: REVERT TO CONSOLE &#8250; Automated Unit Testing with DBUnit, Hsqldb in Spring &#38; Hibernate projects</title>
		<link>http://www.moseshohman.com/blog/2006/05/23/schemamule-10-released/comment-page-1/#comment-2451</link>
		<dc:creator>REVERT TO CONSOLE &#8250; Automated Unit Testing with DBUnit, Hsqldb in Spring &#38; Hibernate projects</dc:creator>
		<pubDate>Wed, 16 Mar 2011 14:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.moseshohman.com/blog/2006/05/23/34#comment-2451</guid>
		<description>&lt;p&gt;[...] Welcome to Schemamule. It&#8217;s a tiny jar file and has a single ant task which copies the entire Oracle Schema and generates a Hsqldb database. YES. It replicates an entire Oracle Schema into a hsqldb in seconds! You can either use it as an in memory database for your automated unit testing or as dev only local database for unit testing. For more details, read the original blog here. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Welcome to Schemamule. It&#8217;s a tiny jar file and has a single ant task which copies the entire Oracle Schema and generates a Hsqldb database. YES. It replicates an entire Oracle Schema into a hsqldb in seconds! You can either use it as an in memory database for your automated unit testing or as dev only local database for unit testing. For more details, read the original blog here. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Automated Unit Testing with DBUnit, Hsqldb in Spring &#38; Hibernate projects &#124; REVERT TO CONSOLE * coupling afferently since 2006</title>
		<link>http://www.moseshohman.com/blog/2006/05/23/schemamule-10-released/comment-page-1/#comment-2362</link>
		<dc:creator>Automated Unit Testing with DBUnit, Hsqldb in Spring &#38; Hibernate projects &#124; REVERT TO CONSOLE * coupling afferently since 2006</dc:creator>
		<pubDate>Tue, 08 Jul 2008 19:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.moseshohman.com/blog/2006/05/23/34#comment-2362</guid>
		<description>&lt;p&gt;[...] Welcome to Schemamule. It&#8217;s a tiny jar file and has a single ant task which copies the entire Oracle Schema and generates a Hsqldb database. YES. It replicates an entire Oracle Schema into a hsqldb in seconds! You can either use it as an in memory database for your automated unit testing or as dev only local database for unit testing. For more details, read the original blog here. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Welcome to Schemamule. It&#8217;s a tiny jar file and has a single ant task which copies the entire Oracle Schema and generates a Hsqldb database. YES. It replicates an entire Oracle Schema into a hsqldb in seconds! You can either use it as an in memory database for your automated unit testing or as dev only local database for unit testing. For more details, read the original blog here. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: The Glove Compartment &#187; Schemamule: a tool for database-based unit tests</title>
		<link>http://www.moseshohman.com/blog/2006/05/23/schemamule-10-released/comment-page-1/#comment-127</link>
		<dc:creator>The Glove Compartment &#187; Schemamule: a tool for database-based unit tests</dc:creator>
		<pubDate>Thu, 25 May 2006 21:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.moseshohman.com/blog/2006/05/23/34#comment-127</guid>
		<description>&lt;p&gt;[...] I&#8217;m going to write an article covering the whole process when I get a chance, but for now, check out the examples. My collegue, Moses Hohman, has some info, too. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m going to write an article covering the whole process when I get a chance, but for now, check out the examples. My collegue, Moses Hohman, has some info, too. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: The Glove Compartment</title>
		<link>http://www.moseshohman.com/blog/2006/05/23/schemamule-10-released/comment-page-1/#comment-126</link>
		<dc:creator>The Glove Compartment</dc:creator>
		<pubDate>Thu, 25 May 2006 21:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.moseshohman.com/blog/2006/05/23/34#comment-126</guid>
		<description>&lt;p&gt;&lt;strong&gt;Schemamule:  a tool for database-based unit tests...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Have you ever wished that your java database-backed unit tests ran faster?  Of course you have.  Schemamule is for you.&lt;/p&gt;

&lt;p&gt;Schemamule is a utility that copies the schema from a JDBC database into a clean other database (e.g., in-memory HSQLDB) for testin...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Schemamule:  a tool for database-based unit tests&#8230;</strong></p>

<p>Have you ever wished that your java database-backed unit tests ran faster?  Of course you have.  Schemamule is for you.</p>

<p>Schemamule is a utility that copies the schema from a JDBC database into a clean other database (e.g., in-memory HSQLDB) for testin&#8230;</p>]]></content:encoded>
	</item>
</channel>
</rss>

