AEM 6.5/Cloud Development Syllabus Theory Part What is AEM? Versions and its Difference AEM Environment Setup (Author vs Publisher vs Dispatcher) UI Consoles in AEM. DAM (Digital Asset Management) Components Pages and Page Properties Templates Users and Groups Tags Experience Fragments Content Fragments Data Storage in AEM Development Part Front End Software’s required and installations. Maven Git Commands Creating an AEM Project using Maven Different Modules in AEM and Filter.xml Deploying code to AEM instance (Zip vs Java Bundle) Templates Static Templates Editable templates Components WCM Core Components Overlaying/Proxy Component Overriding/Extending Component Custom Component Creation Data Fields on Component Cq:editconfig Rich Text Component Sling Resource Merger Style System Sling:resourceSuperType vs Sling:resourceType Adding Page Properties to Template Filter.xml Sightly Introduction to Sight...
AEM Stack Technology or AEM architecture? AEM 6.3 vs 6.4 vs 6.5 vs Cloud 6.5 vs Cloud? How do you identify the components , by using UX design? How do you Proxy /Overlay a Component? How do you Override /extend a Component? How do you create a component from scrath in touch ui? sling:resourceSuperType vs Sling:resourceType? Name few Sling:resourceType in dialogue? What are cq:editconfig? What are cq:listeners? What are cq:dropTargets? What are cq:inPlaceediting? What is richtext? What are Style Systems and how do you implement them? Refer: Style System | Adobe Experience Manager What are few core components you used in your project? Which have more preference apps or libs? What is sling resource merger? Refer: Using the Sling Resource Merger in AEM | Adobe Experience Manager What are the properties in Sling resource Merger? Where are Pages stored and in which format? How does Sling resolution happens for /test/a/b.selector.json and /b.selector.json Refer...
AEM 6.5.5 Project can be created by using maven Command. Make sure the softwares are installed . Here we will use the below command on the command prompt. Run the below command on cmd prompt. mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=42 -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 Note: If you want to run for FE framework like react/angular then change command to frontendModule=react or angular We are using Adobe Archtype 26 which will create the structure of the project. For more info refer the adobe archtype github . All the above mentioned variable can be refered in the adobe archtype read.md github. with above command below folder structure is created. All Folde...
Comments
Post a Comment