Sascha,
Thank you for working on this! Please, could you provide a simple
explanation of what is being implemented here? It seems to me the
existing content component is being used as a JCR repository. If I
recall correctly, one of the goals of the JackRabbit integration was to
replace the content component with JCR. In other words, instead of a
content service storing content in OFBiz entities, it would store it in
a JCR repository.
-Adrian
On 4/18/2011 2:08 AM, [email protected] wrote:
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