One of the best ways to enhance your ADF applications UI is to add some excellent Javascript library and to call them in your Java Bean‘s action.
For instance, I often like to implement the izitoast javascript open source library. It’s a great tool to display users notification in nice looking side popups.
You can use the following functions if you need to execute your Javascript during a user action in your ADF java bean (validating a form, clicking a button) :