Hi
Does AEM allows integration of annotation tools such as ConceptShare etc. Any idea?
Thanks
~S
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Yes , Kautuk it will really help us. we will try this.
Thanks
~S
Views
Replies
Total Likes