<?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: Persistence Options in Java, Part 2 – BerkeleyDB</title>
	<atom:link href="http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:24:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sam</title>
		<link>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/comment-page-1/#comment-3005</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 21 Nov 2007 16:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-%e2%80%93-berkeleydb/#comment-3005</guid>
		<description>&lt;p&gt;@AmericanJeff thanks for that... I also believe the C implementation has some form of distributed element to it. The Java &quot;port&quot; doesn&#039;t have anything like that... you have to roll your own support for non-integrated databases. Interesting that you note the codebases are distinct, I have thought they were related but perhaps this is just PR from Oracle... the stability of BDB and the ubiquitous-ness of Java.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@AmericanJeff thanks for that&#8230; I also believe the C implementation has some form of distributed element to it. The Java &#8220;port&#8221; doesn&#8217;t have anything like that&#8230; you have to roll your own support for non-integrated databases. Interesting that you note the codebases are distinct, I have thought they were related but perhaps this is just PR from Oracle&#8230; the stability of BDB and the ubiquitous-ness of Java.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: American Jeff</title>
		<link>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/comment-page-1/#comment-3004</link>
		<dc:creator>American Jeff</dc:creator>
		<pubDate>Wed, 21 Nov 2007 16:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-%e2%80%93-berkeleydb/#comment-3004</guid>
		<description>&lt;p&gt;BDBJE (which is what you linked to at the beginning of the article) is not the same as the BDB used in the Oracle/Google paper.  That was the C version which is a considerably older implementation and uses a much different internal structure.  That said, I have a lot of experience with BDBJE and it is very fast and reliable.  It&#039;s even faster if you roll your own serialization or use their DPL.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>BDBJE (which is what you linked to at the beginning of the article) is not the same as the BDB used in the Oracle/Google paper.  That was the C version which is a considerably older implementation and uses a much different internal structure.  That said, I have a lot of experience with BDBJE and it is very fast and reliable.  It&#8217;s even faster if you roll your own serialization or use their DPL.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chatsiri</title>
		<link>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/comment-page-1/#comment-2569</link>
		<dc:creator>Chatsiri</dc:creator>
		<pubDate>Sun, 11 Nov 2007 07:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-%e2%80%93-berkeleydb/#comment-2569</guid>
		<description>&lt;p&gt;Erm!!,Java its cool.Reduct time implement code for Berkeley DB and not same C++ long time for implement.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Erm!!,Java its cool.Reduct time implement code for Berkeley DB and not same C++ long time for implement.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/comment-page-1/#comment-2548</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 10 Nov 2007 17:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-%e2%80%93-berkeleydb/#comment-2548</guid>
		<description>&lt;p&gt;@KesheR cool, thanks... I see they are still working on their JPA layer though. I&#039;ll check back in 6 months.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@KesheR cool, thanks&#8230; I see they are still working on their JPA layer though. I&#8217;ll check back in 6 months.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: KesheR</title>
		<link>http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-berkeleydb/comment-page-1/#comment-2538</link>
		<dc:creator>KesheR</dc:creator>
		<pubDate>Sat, 10 Nov 2007 13:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/11/10/persistence-options-in-java-part-2-%e2%80%93-berkeleydb/#comment-2538</guid>
		<description>&lt;p&gt;I recently used Apache Cayenne in my current project. It works basically as Hibernate. It isn&#039;t complex, I learned its secrets in just a couple of days. Recommended.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I recently used Apache Cayenne in my current project. It works basically as Hibernate. It isn&#8217;t complex, I learned its secrets in just a couple of days. Recommended.</p>]]></content:encoded>
	</item>
</channel>
</rss>
