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?
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.
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.