Hello there! I was wondering if someone has a nice 101 example of interceptors usage. Basically what I'd like to do is much more like AOP interceptors
Implement a class that perform something, and call that class before a given method on a given service executes. I'd like to use this on hivemind to ensure data integrity for example: before every update method, check if the id in the pojo is not null ... :D Any suggestion to point me where to start? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
