How to share some compoments for all users

Hello,

I am programming a monitoring software with the Vaadin 7
Setup:
Tomcat7
with Vaadin 7
and a Backend Tool (pure Java, permantly running after deploy)

I can access the backend put in servlet-context and it works well.
I have a notification-system (like quicktickets demo), but here is my question:
How to share these? Every user shall have the same notifications

I do not really get this

Please!

Thank you