http://ofbiz.116.s1.nabble.com/Re-svn-commit-r1094371-1-2-in-ofbiz-branches-jackrabbit20100709-applications-content-applications-co-tp3457843.html
existing content component is being used as a JCR repository. If I
replace the content component with JCR. In other words, instead of a
a JCR repository.
> Author: sascharodekamp
> Date: Mon Apr 18 09:08:14 2011
> New Revision: 1094371
>
> URL:
http://svn.apache.org/viewvc?rev=1094371&view=rev> Log:
> Update - Basic CRUD operations for the Jackrabbit Repository. If you want some more information about the architecture check:
https://cwiki.apache.org/OFBIZ/jackrabbit-branch-development.html>
> With this first pre version of the jackrabbit integration you can add, update remove text nodes and store or delete files in the repository, have a look under: Exampels --> Jackrabbit Sandbox
>
> Added:
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/jcr/
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/jcr/JackrabbitEvents.java (with props)
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/jcr/JackrabbitWorker.java (with props)
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/jcr/helper/
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/jcr/helper/JcrFileHelperJackrabbit.java (with props)
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/jcr/helper/JcrTextHelperJackrabbit.java (with props)
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/jcr/orm/
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/jcr/orm/OfbizRepositoryMappingJackrabbit.java (with props)
> ofbiz/branches/jackrabbit20100709/applications/content/src/org/ofbiz/content/test/JcrTests.java (with props)
> ofbiz/branches/jackrabbit20100709/framework/example/webapp/example/jackrabbit/
> ofbiz/branches/jackrabbit20100709/framework/example/webapp/example/jackrabbit/JackrabbitFileTree.ftl
> ofbiz/branches/jackrabbit20100709/framework/example/widget/example/ExampleJackrabbitForms.xml (with props)
> ofbiz/branches/jackrabbit20100709/framework/example/widget/example/ExampleJackrabbitScreens.xml (with props)
> ofbiz/branches/jackrabbit20100709/framework/jcr/lib/apache-mime4j-0.6.1.jar (with props)
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/helper/
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/helper/JcrFileHelper.java (with props)
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/helper/JcrFileHelperAbstract.java (with props)
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/helper/JcrHelperAbstract.java (with props)
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/helper/JcrTextHelper.java (with props)
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/helper/JcrTextHelperAbstract.java (with props)
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/orm/
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/orm/OfbizRepositoryMapping.java (with props)
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/test/
> ofbiz/branches/jackrabbit20100709/framework/jcr/testdef/
> ofbiz/branches/jackrabbit20100709/framework/jcr/testdef/jcrtests.xml (with props)
> Modified:
> ofbiz/branches/jackrabbit20100709/.classpath
> ofbiz/branches/jackrabbit20100709/applications/content/build.xml
> ofbiz/branches/jackrabbit20100709/applications/content/data/ContentTypeData.xml
> ofbiz/branches/jackrabbit20100709/applications/content/entitydef/entitymodel.xml
> ofbiz/branches/jackrabbit20100709/framework/base/config/ofbiz-containers.xml
> ofbiz/branches/jackrabbit20100709/framework/base/config/test-containers.xml
> ofbiz/branches/jackrabbit20100709/framework/example/config/ExampleUiLabels.xml
> ofbiz/branches/jackrabbit20100709/framework/example/webapp/example/WEB-INF/controller.xml
> ofbiz/branches/jackrabbit20100709/framework/example/widget/example/CommonScreens.xml
> ofbiz/branches/jackrabbit20100709/framework/example/widget/example/ExampleMenus.xml
> ofbiz/branches/jackrabbit20100709/framework/jcr/build.xml
> ofbiz/branches/jackrabbit20100709/framework/jcr/ofbiz-component.xml
> ofbiz/branches/jackrabbit20100709/framework/jcr/src/org/ofbiz/jcr/JackrabbitContainer.java
>