In my application I have to show a notification on a particular action taken place ?
I have to show logged in user a notification then. .
1-One way to get notification is to keep polling after certain time interval . that is pull notification.
but this causes unnecessary hits to server.
how Can I use push notification from server upon action. .? (I am using java(servlet/jsp) with tomcat)
Nowadays a promising way of client-server communication is to use Websockets.
See What are Long-Polling, Websockets, Server-Sent Events (SSE) and Comet to see some other ways together with the Websockets and for an advantages of Websockets with an introduction see An Introduction To WebSockets
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With