-
Beginner
I have a small problem in my project.<br/>
Is there any method or API available in Java for pushing the data from the server without request being passed from the client.
For example if any updation made at the database it needs to be passed to the client without a request frm the client. :confused:
-
I dont think theres is an api for it. But you could create one.
If your client have static connection, server will know where to send the update and you have to create a listener on the client.
So when server Sending an update to client it will know