Expand my Community achievements bar.

SOLVED

How to migrate one jsp file inside cq5 ?

Avatar

Employee Advisor

Hi,

I am planing to migrate one jsp file used in separate application to CQ5. Initially, I thought to create content.jsp for a component in CQ5 and  copied the the first jsp to that content.jsp file.

What would be the efficient way to migrate if I have multiple or single jsp?

Please suggest.

Thanks in advance

Debal

 
1 Accepted Solution

Avatar

Correct answer by
Level 10

You can easily migrate JSP code from a non-AEM app to AEM by using CRXDE Lite and creating a new component and then adding the JSP to that component. If this JSP has dependencies on other JS files, make sure that you include the JS files in a clientlibs folder. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can easily migrate JSP code from a non-AEM app to AEM by using CRXDE Lite and creating a new component and then adding the JSP to that component. If this JSP has dependencies on other JS files, make sure that you include the JS files in a clientlibs folder.