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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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..?
Views
Replies
Total Likes
For trial version check with sales team http://success.adobe.com/en/na/programs/rfi/dm_sales_inquiries.html
Views
Replies
Total Likes
Get a trail as suggested by Sham. Just to confirm -- will you be writing your tool in C#?
Views
Replies
Total Likes
Yes, it will be in c# only
Do U have any suggestions?
Views
Replies
Total Likes