What part are you having trouble with? How to write the Aspect or how to configure it in Spring? The UserSecurityAdvice.java class should show you how to write an aspect, and applicationContext-service.xml shows how to configure it.
You might also try reading Spring's AOP documentation. http://www.springframework.org/docs/reference/aop.html How to intercept requests for Spring MVC is also documented: http://www.springframework.org/docs/reference/mvc.html#mvc-handlermapping-interceptor Hope this helps, Matt On 11/28/06, kkus <[EMAIL PROTECTED]> wrote:
In 1.94 Spring MVC there are a few controllers which need send out email message, like SignupController, UserFormController. I am wondering what I need to build separate aspect(like what/where to put pointcut, advise, advisor etc) for sending email. How can I modify them in action-servlet.xml? Thanks! -- View this message in context: http://www.nabble.com/Aspect-for-sending-email-tf2719131s2369.html#a7581698 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
