10/27/2020

AEM Development - Component Development in AEM

 AEM Development - Component Development in AEM

  1. How to generate a Standard Component in AEM
  2. What are the Standards to follow while creating a New Component
  3. Component Structure - Component Elements
  4. Component Types
In AEM Development - Component is the basic term used to frequently, in AEM everything is a Component.
Most of the time, every one thinks like Components are used by Content authors by dragging and dropping on a Page from the Side Kick / Side Rail, when they are authoring a page.

Component Development and Design Standards
whenever a developer to start a new component development, it is better to understand following things before starting the development.
  • Business requirement and functionality
  • Compatibility of these requirements with AEM OOB / Core Components
  • Some times, it will be useful, if you explain the business owner about the AEM Standards and limitations for a component development
  • Component Types 
    • Drag and Drop Component (Draggable Components)
    • Embedded Components (These will be embedded directly to a Page, instead of allowing author to Drag and Drop)
    • Page Component ( It is the initial component that loads the page. )


No comments:

Post a Comment