Expand my Community achievements bar.

SOLVED

Connect to Adobe DAM using .NET Technologies

Avatar

Level 2

hi all,
 
I need to develop an Interface, that connects to Adobe Digital Asset Manager (DAM) and fetch Images(data) from Specified Node. 
And ,with the data obtained from DAM,I need to populate the data in the aspx page.
 
Hope you understand my requirement , 
 
How can I connect to Adobe DAM through .NET, and what are tools required? 
 
is it Possible to connect to DAM from .NET environment?
 

any suggestions is greatly appreicated
 
Thanks
Shabarinadh.V

1 Accepted Solution

Avatar

Correct answer by
Level 10

The only way that you can connect to the JCR (the AEM DAM is the JCR) from .NET is to use a Sling Servlet.

According to this document, you can use a Sling Servlet to read from the JCR:

http://www.unc.edu/home/adamc/post-servlet.html

We have a community article that discuses how to use a .NET app to post data to the JCR:

http://helpx.adobe.com/experience-manager/using/using-net-client-application.html

However -- you will have to extend this app to read from the JCR as discussed in the 1st link. 

Hope this helps. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

The only way that you can connect to the JCR (the AEM DAM is the JCR) from .NET is to use a Sling Servlet.

According to this document, you can use a Sling Servlet to read from the JCR:

http://www.unc.edu/home/adamc/post-servlet.html

We have a community article that discuses how to use a .NET app to post data to the JCR:

http://helpx.adobe.com/experience-manager/using/using-net-client-application.html

However -- you will have to extend this app to read from the JCR as discussed in the 1st link. 

Hope this helps.