Spring Framework: event handling

Event-driven systems allow multiple components to communicate with each other by sharing any information and, most importantly, without being directly related. The general idea is that certain components generate events or messages and others receive and process them, either synchronously or asynchronously. >> Read this post in Spanish here << The Spring Framework provides a simple event … Sigue leyendo Spring Framework: event handling