How to push alfresco uploaded document in dotCMS

cancel
Showing results for 
Search instead for 
Did you mean: 
deeksha
Member II

How to push alfresco uploaded document in dotCMS

Jump to solution

Hi, 

I have uploaded alfresco document with custom metadata in alfresco now i want to push this document or all the uploaded document in dotCMS automatically.

1 Solution

Accepted Solutions
resplin
Intermediate

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

There are two general approaches to publishing content that is in Alfresco Content Services / Alfresco Community Edition through a web portal like dotCMS:

1. Push the content from the Alfresco Content Repository to the web presentation layer

2. Pull the content from Alfresco through a search

1 is often triggered by a "publish" event, and often involves using the FSTR or replication service. This is fairly complex and not very flexible.

Most people pursue approach 2, and include in the search query a check for a "published" aspect, or some other marker that the content is ready to go live.

In general, you can query the content from Alfresco using the industry standard CMIS APIs, or using the Alfresco specific REST APIs. This can be done from a customization in the web portal, or through an independent service that pulls from Alfresco and pushes into the web portal.

I suggest your next step is to check if dotCMS has a CMIS connector of some sort.

View solution in original post

11 Replies
douglascrp
Advanced II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

Please, do not post the same question more than once

Integration between alfresco and dotCMS 

deeksha
Member II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

This is the different question.

I am looking some way to push alfresco document in dotCMS with java coding not with c# and .net

Kindly help

muralidharand
Established Member II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

You want to upload documents using JAVA code + CMIS, is that correct?

deeksha
Member II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

Only uploading document with java+CMIS is not my requirement

I am working on Two step process:
1) of uploading  document in Alfresco with custom metadata: That I know how to do
2) Next  I want to push uploaded document in to dotCMS via java code or some rule configuration: On this i need help
Let me know if any other information required.

Thanks,

Deeksha

muralidharand
Established Member II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

Hi Deeksha,

dotCMS = Demo dotCMS 

Are you referring this ?

deeksha
Member II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

Yes I am referring the same.

muralidharand
Established Member II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

Hi,

Sorry, this forum for Alfresco and not for dotCMS.

deeksha
Member II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

Yes, I know this forum is for alfresco thatswhy put my question.

This is the alfresco requirement only there will be some way in alfresco to push the document outside like in dotCMS

muralidharand
Established Member II

Re: How to push alfresco uploaded document in dotCMS

Jump to solution

Now you need to help us, the web service endpoints in dotCMS, where / how we can push the documents to  it.