InfoQ

News

eXo Java Content Repository 1.8 Released

Posted by R.J. Lorimer on Mar 07, 2008 01:45 PM

Community
Java
Topics
Data Access,
JCP Standards
Tags
Java Content Repository
The eXo Platform team has released eXo JCR (Java Content Repository) 1.8, a JSR-170-compliant Java content repository implementation. The  eXo JCR website describes the Java content repository specification in this way:
The main purpose of standardized Java Content Repository is to provide standardized, reliable intermediary layer between custom applications and data storage. The documents could be stored in a relational database or in a native XML DB but your client code would not change.
In a prior article about integrating JCR implementations with Spring, InfoQ had this to say about JSR-170:
Sitting on top of the data storage, JCR offers content services like granular access control, versioning, content events, full-text search and filtering among others. With an impressive expert group behind JSR-170 led by Day Software, including Content Management Systems (CMS) vendors like Vignette, Hummingbird Ltd., Stellent and the usual Java-driven solution providers like BEA Systems, IBM and Oracle, the specification is likely to become the de-facto standard for content management and document storage.
The referenced InfoQ article discusses a number of implementations of the JCR spec including eXo JCR as well as Apache Jackrabbit, which is the reference implementation of the JSR-170 specification. Since the original writing of the article, both Jackrabbit and eXo JCR have experienced a number of releases and enhancements.

The main changes in the 1.8 release of eXo JCR include:
  • Backup service with full and incremental modes
  • Improved replication, decoupled from JCR core
  • JCR WebDAV service is optimized for big files
  • JCR CIFS improvements with real NTLM (1,2) authentication, locks and notification support
  • Owner inheritance support
  • Several fixes for JCR core, import/export and versioning related improvements
  • Performance improvements, particuarly related to MySQL

The complete list of changes in eXo JCR 1.8 is available on the issue tracking site.

1 comment

Reply

Congrats by Nicolas Modrzyk Posted Mar 10, 2008 1:26 AM
  1. Back to top

    Congrats

    Mar 10, 2008 1:26 AM by Nicolas Modrzyk

    It's an impressive amount of work being done. Hope this release will both speed up the visibility of the project, and bring rewards to the team. Would be great to see you more in Asia as well ? (I see the full support of UTF-8 at the database leve in the release notes ...) Just great software !

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.