Solved
Integrating different web application with AEM
Cross post from the AEM Tech Community - Discussions
Context : Need to revamp an application in AEM 5.6.1. Within this application, we have to integrate a stand alone java application. So is it good to call the homepage of standalone app within AEM via Iframes? Am considering a different appraoch of using the RESTFUL API of the standlaone application as well. Which is the best option? to use Iframes for integration or create webpages from JSON response? or is there a better option