Skip to Main Content

DevOps, CI/CD and Automation

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!

display processing page on ui untl data is not fetched

3676818Mar 5 2019 — edited Mar 5 2019

I am using ajax call to retrieve data from server, it takes few seconds for data to come at front end and get populated, as the data is getting retrieved i want to display a processing page. I was going through cookbook - https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=pullToRefresh&demo=basicPullToRefresh, but at the top it is mentioned that it only works for touch enabled devices and it is using oj collections and i am not doing so. I have also taken a look at https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=progress&demo=loading and this also doesn't seem to meet the need. Is there any other way. Does ojet provide us with the functionality to display a process page or some sort of loading gesture on whole page as data is getting retrieved?

Or i am wrong somewhere and using above listed links we can achieve the needed?

Comments

dvohra21

Set jre_home="C:Program Files (x86)\Java\jdk1.8.0_25".

instead of

jre_home="C:Program Files (x86)\Java\jre1.8.0_25".

906860

Actually, I found out Active-X bridge has been removed from Java 8.

Area: Deployment / Plugin
Synopsis
Removal of Active-X Bridge

Description
The Active-X Bridge has been removed from this release.

Compatibility Guide for JDK 8

1 - 2

Post Details

Added on Mar 5 2019
1 comment
78 views