Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(65)

Issue 2193045: CMIS Binding for MediaItems & Albums Services

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 9 months ago by WoodstaE
Modified:
14 years, 9 months ago
Reviewers:
Han Nguyen
Base URL:
http://svn.python.org/projects/python/trunk/
Visibility:
Public.

Description

I've created a binding for the Albums & MediaItems services within Shindig that interacts with a live CMIS repository instead of the sample JSON DB. CMIS Folders & Documents are mapped to OS Albums & MediaItems, respectively, and vice versa. An ActivityStream notification piece is also included, which spits out an ActivityEntry for each CRUD operation performed with Albums & MediaItems. Includes all project configurations necessary for the bindings (e.g. modified web.xml, service binding, etc). Note that this project depends on opencmis-client-api. For instructions on applying and configuring this project, see the JIRA ticket: https://issues.apache.org/jira/browse/SHINDIG-1451. Extract and read README.txt from the attached zip file. Since this is an alternative implementation for Albums & MediaItems and it has external dependencies, this patch is NOT intended to be committed to Shindig trunk.

Patch Set 1 #

Patch Set 2 : Updated Patch. NOT intended to be committed to trunk. #

Patch Set 3 : Updated ActivityStreams, MediaItemHandler, CMISNotifier, Repository location #

Patch Set 4 : Bug fix in AS notification #

Patch Set 5 : Full patch with all files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1234 lines, -409 lines) Patch
extras/pom.xml View 1 1 chunk +5 lines, -0 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/core/model/ActivityEntryImpl.java View 5 chunks +48 lines, -23 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/core/model/ActivityObjectImpl.java View 5 chunks +61 lines, -60 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/core/model/ActivityStreamImpl.java View 1 chunk +0 lines, -97 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/core/model/MediaLinkImpl.java View 3 chunks +7 lines, -7 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/core/model/StandardLinkImpl.java View 1 chunk +82 lines, -0 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/opensocial/model/ActivityEntry.java View 5 chunks +49 lines, -19 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/opensocial/model/ActivityObject.java View 4 chunks +50 lines, -50 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/opensocial/model/ActivityStream.java View 1 chunk +0 lines, -139 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/opensocial/model/MediaLink.java View 2 chunks +14 lines, -14 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/as/opensocial/model/StandardLink.java View 1 chunk +80 lines, -0 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/cmis/CMISGuiceModule.java View 1 chunk +37 lines, -0 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/cmis/sample/CMISService.java View 1 2 3 4 1 chunk +338 lines, -0 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/cmis/utils/CMISNotifier.java View 1 2 1 chunk +98 lines, -0 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/cmis/utils/CMISUtil.java View 1 chunk +148 lines, -0 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/cmis/utils/CMISWrapper.java View 1 1 chunk +168 lines, -0 lines 0 comments Download
extras/src/main/java/org/apache/shindig/extras/cmis/utils/RepoUtil.java View 2 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 4
WoodstaE
14 years, 9 months ago (2010-09-20 14:59:06 UTC) #1
WoodstaE
Updated Patch. NOT intended to be committed to trunk.
14 years, 9 months ago (2010-10-06 19:01:24 UTC) #2
WoodstaE
Updated ActivityStreams, MediaItemHandler, CMISNotifier, Repository location
14 years, 9 months ago (2010-10-08 18:54:34 UTC) #3
WoodstaE
14 years, 9 months ago (2010-10-08 19:37:08 UTC) #4
Bug fix in AS notification
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b