Adobe AEM / CQ tutorials [closed]
Asked Answered
O

6

12

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

Oblation answered 3/6, 2014 at 23:30 Comment(0)
D
9

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. :)

Deckhand answered 4/6, 2014 at 12:56 Comment(2)
Thank you for letting me know the technology stack beneath the CQ. I will go through these technologies. I would appreciate if you could point me to any sample / example projects .Oblation
Hi @Sri, You do need to have a CQ / AEM binary with you to play around it, which is licensed. However if you already have one, further details on developments - component/template details, conventions, articles, videos are available at ACS AEM Commons and AEM Casts. Thanks.Deckhand
R
3

Go to the AEM community page - you will find lots of tutorials and how to articles:

http://helpx.adobe.com/marketing-cloud/experience-manager.html

Ricks answered 18/9, 2014 at 1:22 Comment(0)
F
1

This will be a big help when developing components-

Cq5 Widgets Api

Futch answered 14/7, 2015 at 6:41 Comment(0)
C
0

I found the Adobe Gem Sessions very helpful

Constantine answered 16/1, 2015 at 10:29 Comment(0)
B
0

You can start here. I think this is the best place to start at. I am sharing the link for AEM 6.0. there are similar links for each verion of CQ.

http://docs.adobe.com/docs/en/aem/6-0.html

Brittneybrittni answered 26/2, 2015 at 12:10 Comment(0)
C
-1

There are 2 ways to start developing with Adobe AEM :

  1. Use cqblueprints maven archetype
  2. Native adobe maven archetype

Those 2 ways differ only in module structure, but used plugins are the same.

BTW: Adobe AEM 6.0 has migrated to Jackrabbit Oak-based CRX 3 repository introduction to OAK

Corticate answered 28/8, 2014 at 8:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.