Event
Spring Event Publisher / Listener Example
Spring event architecture makes event publication and receives so easy. You can just configure the event publisher and listener object as Spring beans in the application context XML file. And then use them to send and receive events in your java code. This method decoupled the java event object relationships if you hardcode them in …