Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Integrating a New Dashboard Task Flow into an Existing ADF Production Application

vijay dasariMay 15 2025

Studio Edition Version 12.2.1.4.0

I have an existing ADF application running in production. We've now created a new separate dashboard application that contains a single task flow with BAM (Business Activity Monitoring) dashboards.

I need to integrate this new dashboard functionality into our main production application. The requirement is to add a "BAM" link in the main application, and when users click on this link, the dashboard task flow should load.

What is the best approach to integrate this dashboard task flow into our existing application? I'm considering several options:

  1. Should I create an ADF Library JAR from the dashboard application and add it to the main application?
  2. Should I use a region to embed the dashboard task flow?
  3. Should I use remote task flow execution?
  4. Is there a way to dynamically load the dashboard at runtime?
  5. Or should I consider a completely different approach like iframe integration?

I'm concerned about minimizing changes to the production application while ensuring good performance. Also, what considerations should I keep in mind regarding security context and session sharing between the applications?

What would be the most maintainable approach that would allow us to develop and update the dashboard independently from the main application?

Comments
Post Details
Added on May 15 2025
8 comments
174 views