I have a java/j2ee application displaying data on UI connected to a Oracle database using Eclipse link.
I want the database to push data back to the UI in case of any changes.
Could I do a push change notification natively in eclipse link without my application having to poll the database for updated results?