Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Does AEM allows integration of annotation tools such as ConceptShare etc.

Avatar

Level 4

Hi 

Does AEM allows integration of annotation tools such as ConceptShare etc. Any idea?

 

Thanks

~S

1 Accepted Solution

Avatar

Correct answer by
Level 10

Does ConceptShare  expose a Java API or Restful API? 

 If so - it may be possible to write a custom workflow step that makes use of either (for example - ConceptShare   JAVA API) so that a custom worflow step can perform a ConceptShare  operation

View solution in original post

6 Replies

Avatar

Level 10

THere is no out of the box connector for this product. What are you trying to do with this product. In most cases - AEM will have its own functionality, For example - AEM has its own annotation functionality: 

https://docs.adobe.com/docs/en/cq/5-6/wcm/default_components/annotations.html

Hope this helps

Avatar

Level 4

Hi,

Basically we want to annotate the assets during the workflow process.

Our Senarios are like:

As soon as any new assets enter in to author one workflow (with different approver) will initiate and in this workflow approver want to annotate the assets with some comments. ConceptShare is the tool that is providing this feature but we can use if we are able to integrate it with AEM.

Thanks

Samer

Avatar

Correct answer by
Level 10

Does ConceptShare  expose a Java API or Restful API? 

 If so - it may be possible to write a custom workflow step that makes use of either (for example - ConceptShare   JAVA API) so that a custom worflow step can perform a ConceptShare  operation

Avatar

Level 4

Yes ConceptShare is exposing the Java API. I think we can write the custom workflow for this.

Thank you so much for valuable information

 

Thanks

~S

Avatar

Administrator

Hi 

ConceptShare has SOAP Integration APIs.

We can integrate with AEM by creating a custom Component/Service to integrate with it OR we can Bring SOAP Jars as OSGI and can call its functions from JSP.

ConceptShare API Docs  :- http://www.conceptshare.com/apidocsv4/

AEM intigration with SOAP :- 

Link 1:- https://helpx.adobe.com/experience-manager/using/creating-cq-bundles-consume-web.html

Link 2:- https://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html

 

I hope this will help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 4

Yes , Kautuk it will really help us. we will try this.

Thanks

~S