Search code examples
adobeaem

Adobe AEM / CQ tutorials


I am really interested in learning "Adobe CQ" . My question is what are all the technologies that I need to learn to understand adobe cq.

Any tutorials on Adobe CQ and related technologies are helpful.

Thank you, Sri


Solution

  • As a developer you can start at http://dev.day.com. CQ is now called as AEM (Adobe Experience Manager).

    Technology Stack which makes up CQ:

    1. Sling - the MVC framework (https://cwiki.apache.org/confluence/display/SLING/Index)
    2. JCR / Jackrabbit
    3. OSGi

    Google around this and you should be able to get a lot of resources.

    Thanks

    EDIT :

    you can go through helpx adobe site, from where you can go through small example projects. For example: Creating your first Adobe Experience Manager Touch UI component.

    It tells you from scratch with step by step guidance and also has zip folder, which you can directly download and upload the package in the crx/de to see what is happening. :)