Calling External AEM 6.1 DAM | Community
Skip to main content
October 16, 2015
Solved

Calling External AEM 6.1 DAM

  • October 16, 2015
  • 2 replies
  • 1192 views

I am setting up AEM 6.1 and would like to be able to pull assets from an external AEM 6.1 author that is acting as our DAM via the content finder.

I have not been able to find information on how to do this, beyond setting up a shared binary store.

Thanks

Charles

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 kautuk_sahni

Hi Charles Todd

To further corroborate what Scott has stated, please have a look at 2 articles mentioned below,

you may modify them according to your needs and can get the needful.

Link:- https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html (here you can create a connection with CQ repository[other AEM instance]).

Link:- https://helpx.adobe.com/experience-manager/using/using-query-builder-api.html (Usage of Query builder API ).

 

I hope this will help you.

 

Thanks and regards

Kautuk Sahni

2 replies

smacdonald2008
Level 10
October 16, 2015

To perform this use case - you need to write a sling servlet and have the servlet retrieve a DAM asset (QueryBuilder API) and return the asset.  So to invoke the Servlet - you perform a GET operation, 

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
October 16, 2015

Hi Charles Todd

To further corroborate what Scott has stated, please have a look at 2 articles mentioned below,

you may modify them according to your needs and can get the needful.

Link:- https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html (here you can create a connection with CQ repository[other AEM instance]).

Link:- https://helpx.adobe.com/experience-manager/using/using-query-builder-api.html (Usage of Query builder API ).

 

I hope this will help you.

 

Thanks and regards

Kautuk Sahni

Kautuk Sahni