Using Observer Pattern to send messages in a Spring project

In this post we display a usage of the Observer pattern in a Spring project. We need to push a notification to a user, based on some other user actions. We will use a simple action like a dropdown selection. When a user chooses an option from the dropdown, the rest users will get notified Read more about Using Observer Pattern to send messages in a Spring project[…]