Push notifications in Oracle WebForms
We use Oracle Forms based software (weblogic 12.2.1.4). In the application, users are informed of incoming calls. For this purpose, a network port is opened on each client (Windows PC) and registered on a central server component. The server then communicates with the client. We are very dissatisfied with this communication because the communication is set up the other way round, which is the normal case.
What practical ways for push notification could be realised in OracleForms? According to our software supplier, WebSockets are not possible in JavaBeans. Is this statement correct?
Many thanks for any suggestions or information