AspectJ

  • submit to reddit

Implementing a default toString method with AspectJ

Overview AspectJ has some real powerful usages. One is to inject a method inside a set of classes. Most of the time, I implement the toString() method using...

0 replies - 3170 views - 07/05/12 by Thibault Delor in Articles

Using Spring's AspectJ Support and the @Before Annotation

You may have wondered how the Guys at Spring do all that jiggery-pokery with the annotations that you add to your Spring beans. I’m not an expert here,...

1 replies - 7328 views - 09/23/11 by Roger Hughes in Articles

AspectJ and Ant

I've just started working with AspectJ and despite its non-intuitive syntax, I'm pretty sold on its effectiveness at reducing development time and pre...

0 replies - 4142 views - 08/24/11 by Alex Collins in News

Mock Static Methods using Spring Aspects

I am a Spring framework user for last three years and I have really enjoyed working with Spring. One thing that I am seeing these days is the heavy use of...

5 replies - 8016 views - 01/25/11 by Shekhar Gulati in Articles

Inter Aspect Communication

When you want to develop an application like “performance monitor”, you must go with AOP. Here passing values between one aspect (advice in spring) to...

1 replies - 2786 views - 11/29/10 by Maheshkumar Per... in Tips and Tricks

IntelliJ IDEA X Early Release - Major Spring, Groovy, and Maven Upgrades

The release of IntelliJ IDEA 9.0 last year brought a flurry of extra excitement with JetBrains' announcement that there would also be a FOSS Community Edition...

1 replies - 16275 views - 07/29/10 by Mitch Pronschinske in News

Using AspectJ To Dependency Inject Domain Objects With Spring

0 replies - 3108 views - 05/06/10 by Thomas Vanstals in Uncategorized

Walled Garden vs. Morton's Fork

Yet another stupid newsletter chunk of blather blew by today saying something like ‘until Android or something else takes hold, you are just building...

1 replies - 3110 views - 04/21/10 by Rob Williams in News

Spring Roo 1.0 - a RAD tool for Java

The holidays were very happy for SpringSource project users.  Spring 3.0, Groovy 1.7, and Grails 1.2 were all released in GA before the year's end and now as...

2 replies - 11832 views - 01/04/10 by Mitch Pronschinske in News

Aop Timing Aspect With Style

0 replies - 2378 views - 06/05/09 by Stefan Fussenegger in Uncategorized

Java Properties Without Getters and Setters

During the last Devoxx conference, Mark Reinhold, Sun's chief engineer for Java SE, gave a presentation on the latest directions for Java 7. (Hamlet...

14 replies - 33241 views - 05/30/09 by Javier Paniza in Articles

Spring 2.5 Aspect-Oriented Programming Book Review

1 replies - 7692 views - 05/11/09 by Piergiorgio Lucidi in Book Reviews

A Tour of AOP

[img_assist|nid=4980|title=|desc=|link=none|align=right|width=150|height=188]The AOP methodology is just that—a methodology. In order to be of any use in the...

0 replies - 24260 views - 09/12/08 by James Sugrue in Articles

Aspect Oriented Programming - A Different Aspect.

Yesterday I was having a meeting about a new project startup. At some level the meeting was stuck on an argument of logging. Well I suggested the same thing...

16 replies - 5909 views - 07/24/08 by Murat Yener in News