Code for a blog post Inter-bean notifications using Spring Events.
Different uses of Spring Application Events are presented in a set of tests. They are divided into 4 parts, each in its corresponding package:
- basic use of custom events
- handling standard Spring events
- events within transactional context
- generic events
$ ./gradlew clean build
See more posts at 98elements blog!