AEM 6.4 Migration - Shall I use the /foundation/components/parsys as it is | Community
Skip to main content
Level 3
October 2, 2018
Solved

AEM 6.4 Migration - Shall I use the /foundation/components/parsys as it is

  • October 2, 2018
  • 2 replies
  • 2702 views

Hi Team ,

Am working on migration code from AEM 6.1 .

1)    In the existing the template code - we have reference of foundation components parsys . Shall I continue to use it or look for the some related components under /apps/wcm

<div data-sly-resource="${@ path='par', resourceType='foundation/components/parsys'}" data-sly-unwrap

2) Is there any tool available to migrate the Client libraries from /etc to /app

Thanks,

Sambasivaraja.

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,

you switch to other if you are using sightly/HTL,

Since AEM 6.3 HTL based new set of component are introduced at wcm/foundation/components

I have never seen tools for migration Clientlibs but you can do manually. All the details are available at Using Client-Side Libraries

Thanks

Arun

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
October 2, 2018

Hi,

you switch to other if you are using sightly/HTL,

Since AEM 6.3 HTL based new set of component are introduced at wcm/foundation/components

I have never seen tools for migration Clientlibs but you can do manually. All the details are available at Using Client-Side Libraries

Thanks

Arun

Arun Patidar
Level 3
October 2, 2018

Thanks