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.

Here's an example:
<oj-cx-svc-common-ui-events-container url="[[ $page.variables.url ]]"></oj-cx-svc-common-ui-events-container>
Here are the steps:
  1. Install the custom component <oj-cx-svc-common-ui-events-container> from Oracle Component Exchange.

  2. Add the new custom component to the area you want in the Fusion application.

  3. Provide your external application URL in the URL property of the <oj-cx-svc-common-ui-events-container> component.