Create Proxy Component in AEM
Core components are ooob components that are shipped with aem and it is highly recommended to use them either as it is or by overlaying or extending them to speed up the over all component development process. To use core components we need to create proxy components in aem. In this tutorial i will show you how to create proxy component in aem and override core components by following all the best practices that adobe recommends for extending core components in aem.
As part of this tutorial i am going to extend core text component also known as rich text editor (RTE) as it is most widely and frequently used component that nearly caters all type of requirement associated with text editing and provide WYSIWYG (what you see is what you get) text-editing experience.
After completing this tutorial you will have clear understanding about:-
- What are proxy components in aem.
- How to create proxy components in aem.
- Modify proxy component Policy.
- Test Proxy Component.
Read more at AEMCQ5Tutorials: Create Proxy Component in AEM http://www.aemcq5tutorials.com/tutorials/proxy-component-in-aem/