Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

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

Avatar

Level 4

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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