<?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>The Web Semantic &#187; java</title>
	<atom:link href="http://www.thewebsemantic.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsemantic.com</link>
	<description>data for humans and computers and the tools that make it available</description>
	<lastBuildDate>Thu, 03 Jun 2010 16:27:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Blog Using jo4neo and Stripes</title>
		<link>http://www.thewebsemantic.com/2010/01/03/simple-blog-using-jo4neo-and-stripes/</link>
		<comments>http://www.thewebsemantic.com/2010/01/03/simple-blog-using-jo4neo-and-stripes/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 21:40:47 +0000</pubDate>
		<dc:creator>tcowan</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[neo4j]]></category>
		<category><![CDATA[jo4neo]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=268</guid>
		<description><![CDATA[neoblog is a simple application I built to test drive jo4neo.  You are welcome to browse the code here for details not covered in this post.  It demonstrates the feasibility of utilizing view tier objects to persist graph relationships.
Stripes, Struts, and other Java MVC frameworks all hinge off of a domain model expressed as Java [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2010/01/03/simple-blog-using-jo4neo-and-stripes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User/Roles Pattern in jo4neo</title>
		<link>http://www.thewebsemantic.com/2009/12/18/userroles-pattern-in-jo4neo/</link>
		<comments>http://www.thewebsemantic.com/2009/12/18/userroles-pattern-in-jo4neo/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 15:03:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Patterns]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[neo4j]]></category>
		<category><![CDATA[graphdb]]></category>
		<category><![CDATA[nosql]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=233</guid>
		<description><![CDATA[Roles and Users is a classic domain model well suited to representation as a directed graph.  The neo4j team has provided us with a good summary of how to implement this pattern using neo4j here .  Utilizing jo4neo we can also solve this problem via a combination of the neo graph database and [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/12/18/userroles-pattern-in-jo4neo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Truncate a Google Apps Datastore (Java)</title>
		<link>http://www.thewebsemantic.com/2009/04/16/how-to-truncate-a-google-apps-datastore-java/</link>
		<comments>http://www.thewebsemantic.com/2009/04/16/how-to-truncate-a-google-apps-datastore-java/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 02:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[googleappengine]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=133</guid>
		<description><![CDATA[It&#8217;s not super simple but possible to truncate your google apps datastore.  Please, don&#8217;t do as I did and attempt to use the web GUI to delete page after page of data for anything over a few hundred Entities.  Instead, use this simple servlet example after changing &#8220;myKindOfData&#8221; to your own type.  [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/04/16/how-to-truncate-a-google-apps-datastore-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Jena startup with Eclipse and Maven</title>
		<link>http://www.thewebsemantic.com/2009/04/10/easy-jena-startup-with-eclipse-and-maven/</link>
		<comments>http://www.thewebsemantic.com/2009/04/10/easy-jena-startup-with-eclipse-and-maven/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 15:55:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jena]]></category>
		<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[classpath]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=107</guid>
		<description><![CDATA[Recently on the Jena news group there was a question regarding classpath and how frustrating it can be to properly configure that aspect of a new project.  I began to answer the question and realized I haven&#8217;t touched a classpath for years simply because the tools I use make that unnecessary.  Eclipse is [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/04/10/easy-jena-startup-with-eclipse-and-maven/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Article on Java and OWL/RDF</title>
		<link>http://www.thewebsemantic.com/2009/02/02/article-on-java-and-owlrdf/</link>
		<comments>http://www.thewebsemantic.com/2009/02/02/article-on-java-and-owlrdf/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 03:25:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=64</guid>
		<description><![CDATA[My latest article published today at the semantic universe.  It covers some of the tools java developers can use to program the semantic web, including my own little project, jenabean, as well as other notables like Elmo for Aduna&#8217;s openrdf tool.  I&#8217;ve enjoyed my association with the semantic technology conference.  It&#8217;s an interesting grouping of [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/02/02/article-on-java-and-owlrdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
