How an external java application could be loaded to AEM 5.6.1
I have a requirement where a java application(which has its own set of webpages)needs to be integrated with AEM 5.6.1.
Please advice.
Regards,
MJ
I have a requirement where a java application(which has its own set of webpages)needs to be integrated with AEM 5.6.1.
Please advice.
Regards,
MJ
OK - i see - you want to reference another web page from an AEM component.
You can try using IFrame to pull in content of a Java web app running on another server. Something like:
<html>
<body>
<iframe width="1000" height="800" frameborder="0" src="<URL TO THE WEB PAGE>"></iframe>
</body>
</html>
I am not aware of any articles on this use case - try that and see how it looks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.