Guice: Injecting Method Interceptors
- September 16th, 2007
- Write comment
I am a big fan of Guice. Unfortunately Guice is not complete yet. There are several features that should be added as fast as possible – so everybody is waiting for version 1.1.
Tim Peierls has posted an interesting article about injecting method interceptors. Take a look – this is definitely worth a look.
http://tembrel.blogspot.com/2007/09/injecting-method-interceptors-in-guice.html
One of the main problems of Guice is that it is so different than Spring (but better). Several problems require a different approach than what an old Spring user expects. Because of that fact is is very inspirating to see people doing such things with Guice.