<?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>Isocra &#187; Persistence</title>
	<atom:link href="http://www.isocra.com/category/persistence/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isocra.com</link>
	<description>Thoughts and tutorials on web design, Java, Javascript and project management</description>
	<lastBuildDate>Fri, 09 Apr 2010 10:24:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UTF-8 with Hibernate 3.0 and MySQL</title>
		<link>http://www.isocra.com/2007/01/utf-8-with-hibernate-30-and-mysql/</link>
		<comments>http://www.isocra.com/2007/01/utf-8-with-hibernate-30-and-mysql/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 13:35:48 +0000</pubDate>
		<dc:creator>DenisH</dc:creator>
				<category><![CDATA[Blog Entries]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://deniss-mac.lan/isocra/newsite/blogs/?p=14</guid>
		<description><![CDATA[Hi again, I&#8217;m now tackling something I&#8217;ve been meaning to do for ages (and probably should have done before I started the project) and that is to use Hibernate rather than rolling my own SQL.
I&#8217;m reading the book &#8220;Hibernate in Action&#8221; by Christian Bauer and Gavin King and have been trying it out. The book [...]]]></description>
		<wfw:commentRss>http://www.isocra.com/2007/01/utf-8-with-hibernate-30-and-mysql/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Internationalising JSPs</title>
		<link>http://www.isocra.com/2006/08/internationalising-jsps/</link>
		<comments>http://www.isocra.com/2006/08/internationalising-jsps/#comments</comments>
		<pubDate>Tue, 01 Aug 2006 12:47:06 +0000</pubDate>
		<dc:creator>DenisH</dc:creator>
				<category><![CDATA[Blog Entries]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[Localisation]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[UTF8]]></category>

		<guid isPermaLink="false">http://www.isocra.com/new/2006/08/internationalising-jsps/</guid>
		<description><![CDATA[We recently had what sounded like a simple job to do: produce a questionnaire in several languages including Russian and store the results in a MySQL database. Now I could have chosen PHP to produce the questionnaire, but I thought that using Java resource bundles would be the easiest. I knew that using the JSTL [...]]]></description>
		<wfw:commentRss>http://www.isocra.com/2006/08/internationalising-jsps/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Generating a database dump SQL Script from Java</title>
		<link>http://www.isocra.com/2004/10/dumptosql/</link>
		<comments>http://www.isocra.com/2004/10/dumptosql/#comments</comments>
		<pubDate>Thu, 28 Oct 2004 16:44:10 +0000</pubDate>
		<dc:creator>DenisH</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.isocra.com/new/2004/10/dumptosql/</guid>
		<description><![CDATA[The aim of this project is to generate an SQL script from an existing database such that the tables and data can be recreated exactly as it was. There are lots of reasons for having such a tool, for example:

We want to transfer the development database from our machine to the client&#8217;s server
We&#8217;re developing on [...]]]></description>
		<wfw:commentRss>http://www.isocra.com/2004/10/dumptosql/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
