If you have been intrigued by the The JCR but feel left out because you are not a Java shop, you might be interested to know that other technologies are getting in the game as well. Henri Bergius, of the Midgard CMS has started working on making Midgard accessible to a JCR via JNI (the Java Native Interface which allows you to execute native, non-java, code from a Java application). There has also been talk about a PHP-170 project to implement a JSR 170 compliant repository in PHP although no code has been submitted.
More recently, Stefane Fermigier has written about an attempt to hook Zope into a JCR by using JPype, a Java-Python bridge. In this blog entry, Stefane makes a good case that the structure of the JCR is very similar to the ZODB because both are node based rather than relational (as in a relational database). Having JCR storage option this would address a common issue with Zope which is that the ZODB is closed and difficult to manage in extreme conditions. My current client has a ZODB which is over 45 GB (That is just text. Images are stored outside.) and is growing at a rate of 2 GB per month (packed). We are working on a prototype to store content in a relational database to get around that limitation. In the elevator, I ran into a former co-worker who works for another company upstairs and they are doing the exact same thing. The ZODB is enticingly easy to build applications on and, in most cases, more than sufficient. However, in extreme cases, alternatives, especially standards compliant ones, are nice to have.
Related posts:
- "ZOracle" Part I: The Problem Optaros recently finished a project to build a prototype...
- Nuxeo CPS Switching to Java Stefane Fermigier from Nuxeo just announced on the CPS...
- "ZOracle" Part II: The Solution In my last post, ZOracle Part I, I described...
- Zope Foundation The Zope Corporation recently announced the creation of the...
- CMS Report Version 10 is Available CMS Watch just announced version 10 of the CMS...


Why not webdav?
Because wevDAV is a protocol and jsr-170 is an API