<?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>joodbms - Simple, lightweight, open source OODBMS</title>
	<atom:link href="http://www.joodbms.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joodbms.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 21 Apr 2010 19:14:30 +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>Joo 1.1.3 Download Now Available</title>
		<link>http://www.joodbms.co.uk/news/274/</link>
		<comments>http://www.joodbms.co.uk/news/274/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joodbms.co.uk/?p=274</guid>
		<description><![CDATA[Version 1.1.3 of Joo is now available for download via the Downloads page. This release introduces a new static method that will automate the database creation process; meaning you will no longer be required to manually code the functionality into a system utilising Joo. Example import Joo.*; public class JooTest { public static void main(String[] [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.1.3 of Joo is now available for download via the <a href="http://www.joodbms.co.uk/downloads/">Downloads</a> page.</p>
<p>This release introduces a new static method that will automate the database creation process; meaning you will no longer be required to manually code the functionality into a system utilising Joo.</p>
<h2>Example</h2>
<pre class="brush:[java]">import Joo.*;

public class JooTest {
	public static void main(String[] args) {
		if(Joo.createDatabase("/path/to/new/database/directory"))
		{
			System.out.println("The database was created!");
		}
		else
		{
			System.out.println("The database was not created!");
		}
	}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.joodbms.co.uk/news/274/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Initial Google Code Release</title>
		<link>http://www.joodbms.co.uk/news/1/</link>
		<comments>http://www.joodbms.co.uk/news/1/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:15:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joodbms.co.uk/?p=1</guid>
		<description><![CDATA[The first release of Joo is being submitted to the Google Code repository later today and will be accessible via Subversion for anyone who wishes to use this as a means of keeping their working copy up to date. As can you may have noticed, joodbms.co.uk is not quite finished yet but is now open [...]]]></description>
			<content:encoded><![CDATA[<p>The first release of Joo is being submitted to the <a href="http://code.google.com/p/joodbms/" target="_blank">Google Code</a> repository later today and will be accessible via <a href="http://subversion.tigris.org/" target="_blank">Subversion</a> for anyone who wishes to use this as a means of keeping their working copy up to date.</p>
<p>As can you may have noticed, joodbms.co.uk is not quite finished yet but is now open as the important aspects of the website are now complete.</p>
<p>For information on how you can help the project please visit the <a href="http://www.joodbms.co.uk/getting-involved/">Getting involved</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joodbms.co.uk/news/1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

