Softwares Required to start Development

Pre-requiste to start AEM Developer course

  1. System with 8GB RAM
  2. Java Installation - Java 11
  3. Maven - 3.3.9+
  4. AEM Instance - 6.5.5
  5. Eclipse
Create of project using Maven for 6.5.5 with Archtype 26

mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=26 -D appTitle="Learn AEM" -D appId="learnaem" -D groupId="com.learnaem" -DincludeExamples=y -DaemVersion=6.5.5 -DincludeDispatcherConfig=n -DfrontendModule=none -DincludeExamples=Y -DincludeErrorHandler=Y -DlanguageCountry="en_us" -DsingleCountry=y

Build Project :

mvn clean install

Deploy to AEM:
Go to package manager and install the zip file which is in all


Comments

Popular posts from this blog

AEM Developer Series Syllabus

AEM Developer interview Questions

Creating an AEM Project using Maven