Skip to content

Sample application showing various usages of Spring Application Events

Notifications You must be signed in to change notification settings

98elements/spring-application-events-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifications between Spring beans using built-in messaging

Code for a blog post Inter-bean notifications using Spring Events.

Content

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

Build the Application

$ ./gradlew clean build

See more posts at 98elements blog!

About

Sample application showing various usages of Spring Application Events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages