Does AEM allows integration of annotation tools such as ConceptShare etc. | Community
Skip to main content
Level 4
February 17, 2016
Solved

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

  • February 17, 2016
  • 6 replies
  • 2218 views

Hi 

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

 

Thanks

~S

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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

6 replies

smacdonald2008
Level 10
February 17, 2016

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

Level 4
February 17, 2016

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

smacdonald2008
smacdonald2008Accepted solution
Level 10
February 17, 2016

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

Level 4
February 17, 2016

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

kautuk_sahni
Community Manager
Community Manager
February 18, 2016

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
Level 4
February 18, 2016

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

Thanks

~S