Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make an asynchronous call from Oracle ADF

Tags:

oracle-adf

I have an af:outputText on my page.

Its value takes a long time to generate, so I don't want to generate when initially creating the page.

Instead, I'd like the page to make an asynchronous call back to the server once loaded, the return value will then populate the outputText.

What is the best way of achieving this in ADF?

like image 804
ADF User Avatar asked Feb 17 '26 14:02

ADF User


1 Answers

... or you use an af:poll component that checks the available status of the queried data. If the data is available, you disable the poll (ensure you PPR the af:poll component then)

Frank

like image 171
Frank Nimphius-Oracle Avatar answered Feb 21 '26 15:02

Frank Nimphius-Oracle



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!