Connect to Adobe DAM using .NET Technologies | Community
Skip to main content
New Participant
October 16, 2015
Solved

Connect to Adobe DAM using .NET Technologies

  • October 16, 2015
  • 1 reply
  • 664 views

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

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

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. 

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

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.