I am planing to migrate one jsp file used in separate application (built in different technology ) 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?
just copying over the JSP files is in most cases not that what you want. You normally use JSPs to render resources, and I don't know if your other plattform has the very same notion of resources as AEM/Sling. So it requires adaption.
Copying the files is easy, if you have a maven setup and if you can add the JSPs just to the content package.
just copying over the JSP files is in most cases not that what you want. You normally use JSPs to render resources, and I don't know if your other plattform has the very same notion of resources as AEM/Sling. So it requires adaption.
Copying the files is easy, if you have a maven setup and if you can add the JSPs just to the content package.