<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Transient Technology &#187; database</title>
	<atom:link href="http://martinaharris.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinaharris.com</link>
	<description>changing minds - changing software</description>
	<lastBuildDate>Wed, 04 Aug 2010 10:22:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to link unitils to a spring wired datasource</title>
		<link>http://martinaharris.com/2010/05/unitils-spring-wired-datasource/</link>
		<comments>http://martinaharris.com/2010/05/unitils-spring-wired-datasource/#comments</comments>
		<pubDate>Mon, 31 May 2010 22:06:35 +0000</pubDate>
		<dc:creator>Martin Harris</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[datasource]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[unitils]]></category>

		<guid isPermaLink="false">http://martinaharris.com/?p=963</guid>
		<description><![CDATA[Unitils provides its own DataSource. This causes problems if you want to use Spring IOC to inject your own. There is a way around this but its not elegant. In future versions of unitils I believe the team is going to provide better support for less intrusive methods. This post documents a way to use [...]]]></description>
		<wfw:commentRss>http://martinaharris.com/2010/05/unitils-spring-wired-datasource/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Untangling a Gigaspace Pojo</title>
		<link>http://martinaharris.com/2009/12/untangling-a-gigaspace-pojo/</link>
		<comments>http://martinaharris.com/2009/12/untangling-a-gigaspace-pojo/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 05:00:02 +0000</pubDate>
		<dc:creator>Martin Harris</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[gigaspaces]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[re-factor]]></category>
		<category><![CDATA[roo]]></category>

		<guid isPermaLink="false">http://martinaharris.com/?p=543</guid>
		<description><![CDATA[A hibernate entity class is annotated describing to hibernate how its to be persisted.  Annotate this class with JAXB for a transformation, chuck in some gigaspace annotations so we can add it to a cache and things start to get messy.  Worse still gigaspace has some tight restrictions surrounding what it requires from a pojo, hibernate has others.  Its tempting to leave the resulting class cluttered with these soft concerns.  I propose a solution using composition that allows for easier maintenance ongoing.]]></description>
		<wfw:commentRss>http://martinaharris.com/2009/12/untangling-a-gigaspace-pojo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unitils update &#8211; Its great!</title>
		<link>http://martinaharris.com/2009/12/unitils-update-dao-testing/</link>
		<comments>http://martinaharris.com/2009/12/unitils-update-dao-testing/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 05:00:57 +0000</pubDate>
		<dc:creator>Martin Harris</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[unitils]]></category>

		<guid isPermaLink="false">http://martinaharris.com/?p=416</guid>
		<description><![CDATA[In a previous post I looked at <a title="Testing the JPA DAO" href="http://martinaharris.com/2009/11/lessons-on-testing-jpa-dao/ " target="_blank">Unitils</a>.  This is a quick update: Yes its great but the product could do with some polish, better documentation, bug fixing and some api revision.  Despite that its still the best system I have looked at to test a DAO.  Also the project is alive and kicking, it looks like there is more to come in future revisions.  See the full post for more detail.]]></description>
		<wfw:commentRss>http://martinaharris.com/2009/12/unitils-update-dao-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lessons on testing a JPA Dao</title>
		<link>http://martinaharris.com/2009/11/lessons-on-testing-jpa-dao/</link>
		<comments>http://martinaharris.com/2009/11/lessons-on-testing-jpa-dao/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 00:50:24 +0000</pubDate>
		<dc:creator>Martin Harris</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[unitils]]></category>

		<guid isPermaLink="false">http://martinaharris.com/?p=339</guid>
		<description><![CDATA[I wanted to explore unit testing JPA DAO and models. Hand crafting solutions is quite time consuming. I found something called Unitils which refines another project Dbunit. In theory it should significantly reduce the complexity and save some time. So one Saturday, I sat down to explore the space and write this blog.]]></description>
		<wfw:commentRss>http://martinaharris.com/2009/11/lessons-on-testing-jpa-dao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
