Tag Archives: AspectJ

Got a mention in SpringSource announcements for this week – feels nice :)


It always feel nice to get recognized for something you do, and I’m happy it happened today. My post – Aspect Oriented Programming with AspectJ and Spring AOP – A simple example to create logging aspect – got a mention in SpringSource News & Announcements for this week (This Week in Spring: September 6th, 2011). […]

Aspect Oriented Programming with AspectJ and Spring AOP – A simple example to create logging aspect


Here’s the source code for this example: Download Calculator.java CalculatorImpl.java LoggingAspect.java AOPMain.java spring-appcontext.xml Related articles Using Spring’s PropertyPlaceholderConfigurer to load configurable parameters from properties files – An example (singztechmusings.wordpress.com) Apache CXF-based Web Services: How to log/print the payload XML of incoming SOAP request using InInterceptor? (singztechmusings.wordpress.com)