I have two users: user & admin. When the user adds a new record, I want to display a growl message in the admin screen if the admin is logged in.
Is it possible? If so, how can I achieve this? Is JMS a possible solution?
|
I have two users: user & admin. When the user adds a new record, I want to display a growl message in the admin screen if the admin is logged in. Is it possible? If so, how can I achieve this? Is JMS a possible solution? |
|||||
|
|
You can modify the private chat component into your case http://www.primefaces.org/showcase-labs/push/chat.jsf Once, anybody logs in to your system. you register user to the system.
you can send message to individual client by sending push notifications.
Then handle the coming message
|
|||
|
|