Reputation: 31201
A system has the following high-level steps:
The sequence diagram resembles:
Thank you!
Upvotes: 0
Views: 698
Reputation: 4000
Yes spring can do that, this is basic dependency injection. More exactly, you will define dependancies between your services. The exact initialisation order will be the results of theses dependancies.
You can use any valid spring way to do that like annotations or xml configuration file.
Upvotes: 2