aem developers getting started

8
© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. © 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. A virtual developer conference for Adobe Experience Manager Developers Getting Started Gabriel Walt | Product Manager, Web Experience Management

Upload: gabriel-walt

Post on 13-Jan-2017

534 views

Category:

Software


1 download

TRANSCRIPT

Page 1: AEM Developers Getting Started

© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.

A virtual developer conference for Adobe Experience Manager

Developers Getting StartedGabriel Walt | Product Manager, Web Experience Management

Page 2: AEM Developers Getting Started

© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 2

Gabriel WaltProduct Manager

Web Experience ManagementTwitter: @GabrielWalt

Page 3: AEM Developers Getting Started

© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.

Agenda

3

1 | Welcome and Overview2 | Understand the Stack3 | Create a new project4 | Front-end Development5 | Back-end Development6 | Questions and Answers

workbook: bit.ly/aem-new-dev

Page 4: AEM Developers Getting Started

© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 4

The Workflow

Page 5: AEM Developers Getting Started

© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 5

The Stack

Page 6: AEM Developers Getting Started

© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.

AEM inspection tools Developer Mode (bit.ly/aem-dev-mode-62) CRXDE Lite (bit.ly/aem-crxde-62)

Back-end developer IDE extensions Eclipse (bit.ly/aem-eclipse) IntelliJ (bit.ly/aem-intellij-headwire)

Front-end developer extensions Brackets (bit.ly/aem-brackets-62)

Sightly live coding environment REPL (bit.ly/aem-sightly-repl)

AEM 6.2 Reference Implementation We.Retail (bit.ly/we-retail-62)

Know the tools available to you

6

But also: AEM debug mode

java -jar cq-quickstart-6.2.0.jar -debug 10123

AEM log file watchingtail -f crx-quickstart/logs/error.log

workbook: bit.ly/aem-new-dev

Page 7: AEM Developers Getting Started

© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. 7

Gabriel WaltTwitter: @GabrielWalt

Page 8: AEM Developers Getting Started

© 2016 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.