Hi,

I have begun to work on some AOP components integrated with Guice.

The first one is about 'retrying' methods: annotate a method, and it will be called x times on Exception. I am no particular fan of retrying and prefer failing fast, but if some guys around like this, I will just put the annotation, and that's it...

This is not purely Guice related, but in my case Guice is the injection mecanism that allows to get the AOP proxies...

No rocket-science, but I haven't found a out-of-box Guice library that implements this. Btw, do you know any existing Guice library for this?

Any interest in seeing such think as a separate future module in onami (onami-aop, onami-aop-retry, onami-aop-auth-shiro...)?

If such, I can commit my current code in the sandbox.

Thx, Eric

Reply via email to