InterviewSolution
Saved Bookmarks
| 1. |
In AEM, what is a component? |
|
Answer» In AEM, components are reusable modules that execute specific application logic to generate our website's content. The material available on your web pages is held, formatted, and rendered using AEM components. The components ALLOW authors to change and configure content while creating pages. A JSP (Java Server Pages) or HTML FILE is frequently INCLUDED in a component. HTML files provide the component's HTML markup as well as some business logic. A typical AEM page is MADE up of a lot of different elements. To put it another way, Components are the basic BUILDING blocks of AEM pages. |
|