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!

ADF: How to show/hide a banner and notify already-logged-in users when a DB flag changes (third-party availability)?

vijay dasariFeb 27 2026

I have an Oracle ADF (ADF Faces) application that integrates with several third-party systems. Sometimes those systems are unavailable. We want to:

  • Show a banner on the page when a DB configuration flag is true, including a message pulled from the DB.
  • When those systems come back online, we’ll update the flag to false in the DB.
  • Already logged-in users (without a full page reload) should either:
    1. See a notification/toast that “Systems are back online,” and the banner should disappear, or
    2. The banner should disappear quietly but ideally with a subtle notification

What is the best approach in Oracle ADF to reflect this change in real time (or near real-time) for active sessions?

Studio Edition Version 12.2.1.4.0

Comments
Post Details
Added on Feb 27 2026
4 comments
75 views