Difference between similar components in apps/core/wcm/components path | Community
Skip to main content
New Participant
July 6, 2018
Solved

Difference between similar components in apps/core/wcm/components path

  • July 6, 2018
  • 1 reply
  • 1124 views

Hi Guys,

I am new to AEM development. While going through a AEM video in article one question came to my mind. Their are 12 similar components available inside apps/core/wcm/components/${component}. What's the difference between components in v1 path and v2 path.

Ex-:  List Component-:    /apps/core/wcm/components/list/v1/list

         List Component-:  /apps/core/wcm/components/list/v2/list

         page Component-:    /apps/core/wcm/components/page/v1/page

         page Component-:   /apps/core/wcm/components/page/v2/page

.

Thanks & regards

Tapas.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi Tapas,

These are core components shipped with AEM. There are versioning like V1, V2 to avoid unwanted changes after components upgrade.

Core Components were introduced to provide robust and extensible base components, built on the latest technology and best practices, and adhering to accessibility guidelines. Core components make page authoring more flexible and customizable, and extending them to offer custom functionality is simple for the developer.

The Core Components will be made available with defined AEM versions with which they are compatible. This means that one AEM version may support multiple versions or releases of the Core Components.

More info

Adobe Experience Manager Help | Core Components User Guide

Thanks

Arun

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
July 6, 2018

Hi Tapas,

These are core components shipped with AEM. There are versioning like V1, V2 to avoid unwanted changes after components upgrade.

Core Components were introduced to provide robust and extensible base components, built on the latest technology and best practices, and adhering to accessibility guidelines. Core components make page authoring more flexible and customizable, and extending them to offer custom functionality is simple for the developer.

The Core Components will be made available with defined AEM versions with which they are compatible. This means that one AEM version may support multiple versions or releases of the Core Components.

More info

Adobe Experience Manager Help | Core Components User Guide

Thanks

Arun

Arun Patidar