Comment by limpbizkit: My favourite use of AOP in practice is Warp Persist. Its [http://code.google.com/p/warp-persist/source/browse/trunk/warp-persist/src/com/wideplay/warp/persist/jpa/JpaLocalTxnInterceptor.java interceptor] makes it easy to make JPA or Hibernate methods [http://code.google.com/p/warp-persist/source/browse/trunk/warp-persist/src/com/wideplay/warp/persist/Transactional.java @Transactional].
What's your favourite `MethodInterceptor`? For more information: http://code.google.com/p/google-guice/wiki/AOP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice-dev?hl=en -~----------~----~----~----~------~----~------~--~---
