Load an external application inside the Fusion application
You use the <oj-cx-svc-common-ui-events-container>
component to
load external applications in the Fusion application.
You install the component from Oracle Component Exchange and configure it in the Fusion
application according to the instructions in the included Readme file. Its url
attribute should point to the application that we've hosted locally. It can be
hard coded or added through page-level variables.
<oj-cx-svc-common-ui-events-container url="[[ $page.variables.url ]]"></oj-cx-svc-common-ui-events-container>
-
Install the custom component <oj-cx-svc-common-ui-events-container> from Oracle Component Exchange.
-
Add the new custom component to the area you want in the Fusion application.
-
Provide your external application URL in the URL property of the <oj-cx-svc-common-ui-events-container> component.