XMPie Ustore to Adobe CQ | Community
Skip to main content
Level 2
October 16, 2015
Solved

XMPie Ustore to Adobe CQ

  • October 16, 2015
  • 5 replies
  • 1244 views

Hi all, I am new to this form and this  is my very first post.

Basically I am .NET developer. I am supposed to develop an interface, to provide connectivity between XMPie Ustore to Adobe CQ

I am supposed to develop an user control like (.ascx) to provide interface from Ustore to Adobe CQ  for file management.

I have n't come across such stuff earlier.

Please help me how to start and what are the tools required.

any suggestion is greatly appreciated.

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

What language are you going to use to write your interface. If you are a .NET developer -- i assume it will be C#.

To programmatically interact with CQ from .NET you use a Restful Sling Servlets.

For example, you can post data to CQ using the Sling Servlet. See this sling cheat sheet:

http://dev.day.com/docs/en/cq/current/developing/sling_cheatsheet.html

We wrote a community article that talks about posting data to CQ from a .NET app:

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

So using a Sling Servlet - you can interface to CQ from a non-Java environment. 

Hope this helps

5 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

What language are you going to use to write your interface. If you are a .NET developer -- i assume it will be C#.

To programmatically interact with CQ from .NET you use a Restful Sling Servlets.

For example, you can post data to CQ using the Sling Servlet. See this sling cheat sheet:

http://dev.day.com/docs/en/cq/current/developing/sling_cheatsheet.html

We wrote a community article that talks about posting data to CQ from a .NET app:

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

So using a Sling Servlet - you can interface to CQ from a non-Java environment. 

Hope this helps

Level 2
October 16, 2015

Hi @smacdonald2008

Thanks for your reply.

I need a free trail with credentials to communicate with CQ , also I don't have a CQ Instance installed on my Dev. Machine.

Please tell me the tools required to start the development.

I even not aware of what 'CQ' is and how  I can map client's files(data) to data in Digital Asset Manager.

Requirement is, a GUI or similar , that allows clients to view the digital assets(files/images) in adobe DAM server and perform file related operations.

I need to develop this as a tool(user control)

How can I achieve this..?

Sham_HC
Level 10
October 16, 2015
smacdonald2008
Level 10
October 16, 2015

Get a trail as suggested by Sham. Just to confirm -- will you be writing your tool in C#? 

Level 2
October 16, 2015

Yes, it will be in c# only

Do U have any suggestions?