Expand my Community achievements bar.

SOLVED

XMPie Ustore to Adobe CQ

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

5 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 2

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..?

Avatar

Level 10

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

Avatar

Level 2

Yes, it will be in c# only

Do U have any suggestions?