Expand my Community achievements bar.

SOLVED

Calling External AEM 6.1 DAM

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Administrator

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

View solution in original post

2 Replies

Avatar

Level 10

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, 

Avatar

Correct answer by
Administrator

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