You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by co...@apache.org on 2008/02/06 23:42:00 UTC

[CONF] Apache Jackrabbit: Object Content Mapping (page edited)

Object Content Mapping (JCR) edited by Christophe Lombart
      Page: http://cwiki.apache.org/confluence/display/JCR/Object+Content+Mapping
   Changes: http://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=75348&originalVersion=5&revisedVersion=6

Comment:
---------------------------------------------------------------------

Mark as "obsolete doc" some entries of the table of content

Change summary:
---------------------------------------------------------------------

Mark as "obsolete doc" some entries of the table of content

Change summary:
---------------------------------------------------------------------

Mark as "obsolete doc" some entries of the table of content

Change summary:
---------------------------------------------------------------------

Mark as "obsolete doc" some entries of the table of content

Change summary:
---------------------------------------------------------------------

Mark as "obsolete doc" some entries of the table of content

Content:
---------------------------------------------------------------------

{warning:title=Warning}
The Jackrabbit OCM documentation is still in progress. We advise you also to review  [the unit tests|http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-ocm/src/test/]to get an overview on current OCM features.
{warning}

* [Object Content Manager]
** [Basic OCM operations]
** [OCM Search]
** [OCM Version Management]
** [OCM Locking]
* [Mapping Stategies] (obsolete doc)
** [Mapping Atomic Fields] (obsolete doc)
** [Mapping Bean Fields] (obsolete doc)
** [Mapping Collection Fields] (obsolete doc)
** [Advanced Mapping Strategies] (obsolete doc)

Jackrabbit OCM is a framework used to persist java objects (pojos) in a JCR repository including association, inheritance, polymorphism, composition, and the Java collections framework. It offers also features like version support, object locking and express queries with Java-based criteria, as well as with JCR query languages.

In order to easily support the JCR specification, any content application managing an high level object model can use this framework. For example, a classic Forum application contains objects like "Forum", "Topic" and "Post". Now, the data objects (pojo) can be managed by our JCR mapping tools in order to persist them into a JCR compliant repository.

h2. Why an ocm?

The object content mapping framework was created for the following different reasons:

* Sometimes it is very convenient to be able to just access the JCR nodes and properties directly from your presentation-layer for very simple things (mostly generic display). When a lot of "business logic" are involved, the JCR API can be too low level and real business objects (pojo) are more appreciate in such cases.
* The OCM framework provides more abstraction on the technologies used to persist your content. The different application layers are less dependent on the JCR API.
* ORM tools like OJB or Hibernate are not appropriate for content oriented application.

h2. Prerequisite

Before using this OCM framework, you should review the JCR specification and implementations like Apache Jackrabbit.

---------------------------------------------------------------------
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
   http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
   http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
   http://www.atlassian.com/software/confluence