I used to use Spring AOP, but I'm not sure if this is the best method to solve this problem.
There is a service level class that has auto-updated DAOs to save the object. When the object is successfully saved, a message should be sent (SMS) to the phone number provided to the object.
Is it a standard practice for a service to not recognize bean messages using AOP or inject a bean into the service and send a message?
source
share