Skip to content

Create A Page – AEM 6.3

Screen Shot 2018-06-18 at 6.19.57 PM

SYNOPSIS:

Following is the guide to create a page component using the OOTB component on AEM 6.3. We shall create a Page from scratch and render the page at the end of this guide. To keep it simple we shall not add any custom style sheets or clientlibs. The final page will be very basic. The main aim of this guide is to explore how to create a page using AEM.

GUIDE:

Step-01: Application Structure

structure

Step-02: Creating required folders

Right-Click on apps & select Create > Create Folder, create folders as shown in Step-01

folderst

Step-03: Create a Template to render the page component02template03template0204template0305template0406template05

Step-04: Create Page rendering Component

Right-Click on structure > Create > Create Component and follow the steps below, we shall add a resourceSuperType [OOTB] to render our page

07pagecomp0107pagecomp0207pagecomp03

Step-05: Rename the newly created component [JSP -> HTML] and add content

content

Step-06: Create a WebPage

Goto http://localhost:4502/welcome select Websites

welcome

Step-07: Create new page using the Template created in Step-03welcome03welcome04welcome02

Step-08: View the Pagepage01

Shashi View All

A passionate devops and automation engineer

Leave a comment