hello all,
am trying to use interceptors in spring, i want to implement an interceptor on some methods, to handle specific logic when these methods called, i want also to be apart from using web framework, as am tending to use spring as back end, without any headers,
after searching i think spring approach is called Aspects, could you please mention best practice to do this,
Regards,