The Artima Developer Community
Sponsored Link

Java Community News
Jackrabbit 1.0 Released

1 reply on 1 page. Most recent reply: Apr 10, 2006 9:47 AM by Ivan Lazarte

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Jackrabbit 1.0 Released Posted: Apr 10, 2006 7:06 AM
Reply to this message Reply
Summary
The Apache Jackrabbit project released the 1.0 version of the first open-source implementation of the Java Content Repository (JCR) API (JSR 170). Jackrabbit provides structured content management, full-text searching, access control, the ability to maintain links between content elements, and much more.
Advertisement
Jackrabbit is the open-source implementation of JSR 170, the Java Content Repository (JCR) API. JCR aims provide a standard Java-based API to content management systems, offering these features:
  • Granular read/write access, allowing fine-grained access to content elements.
  • Versioning across the entire content repository, and of any content within the repository, with the ability to select any version of any repository item.
  • Event monitoring (observation) provides a subscription mechanism on content modification.
  • Full-text search and filtering, with the ability to index the contents of the entire (non-binary) content of the repository. Jackrabbit currently integrates out of the box with Lucene.
  • Fine-grained access controls with JAAS or ACLs.
  • Object classes allow profiles or document types to be defined and inherited, with constraints specific to a content type. This gives the application programmer the ability to operate on content object types.
  • Namespaces and standard repository properties are defined to allow namespace uniqueness and hierarchy for the stored content.
  • Locking and concurrency facilitates concurrent access to repository content.
  • Linking between content elements provides a standard mechanism to enforce soft and hard link in the data model.

After a long development period, the Jackrabbit project made its 1.0 release. It can be downloaded from the following URL:
http://jackrabbit.apache.org.

The following Artima Developer article provides a tutorial on Jackrabbit, with downloadable code examples (based on an earlier beta Jackrabbit release):
Catch Jackrabbit and the Java Content Repository API

.


Ivan Lazarte

Posts: 91
Nickname: ilazarte
Registered: Mar, 2006

Re: Jackrabbit 1.0 Released Posted: Apr 10, 2006 9:47 AM
Reply to this message Reply
Sooo... How does this compare to Alfresco? I'm watching the CMS jsrs here and there, but the community in general seems a little slow in adoption.

Flat View: This topic has 1 reply on 1 page
Topic: Jackrabbit 1.0 Released Previous Topic   Next Topic Topic: PMD 3.6 Release Helps Fix More Java Coding Problems

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use