A demo project for some Spring functionality
-
Autowiring lists - You can autowire lists of objects as well as single objects.
-
Lifespan - You can use an annotation to trigger an event after everything is set up.
-
Events - You can send and consume events between bean objects.
-
Scheduling - You can schedule methods to run on intervals.
-
Async - You can thread off a method when it's called with an annotation
-
Lookup - An easy way to get prototype beans