Application events with Spring
May 11, 2016
In this post I am looking into the awesome application event support provided by Spring Framework,
which starting from version 4.2 got even better by introducing an annotation model to consume events, the possibility to publish any object as event not forcing to extend from ApplicationEvent
.