AOP Content on InfoQ
Latest featured content about AOP

- Topics
- Monitoring Tools,
- AOP,
- Java,
- Modeling,
- Model Driven Engineering
Larva is a runtime monitoring system that uses AspectJ to weave monitoring into Java code and can check the correctness of the program using an FSM; Elarva is an Erlang version of the tool.
News about AOP
- Topics
- AOP,
- .NET
Attribute Based Caching provides declarative method-level caching and cache invalidation for .NET applications. Attributes applied to a method specify how it should be cached with no additional code necessary.
- Topics
- IDE,
- AOP,
- .NET
One of the biggest complaints about aspect-oriented programming is that is makes it hard to know what the compiled code will actually look like. When looking at source code, developers invariably ask, “What aspects affect this?” For .NET developers, PostSharp has the answer.
Articles about AOP

- Topics
- Java,
- AOP,
- Design Pattern,
- Software Testing
Dependency Injection by Dhanji R. Prasanna is a book that tries to explore the DI idiom in detail, and present techniques in Spring and Guice. Dhanji is a Google software engineer who works on Google Wave and also contributes to Guice, MVEL, and other open source projects.

- Topics
- AOP,
- Data Access,
- Java
This article presents a fetching strategy that using AOP, optimizes the data retrieval process from a back end system on a use case basis in a modular way without bloating the lower level service or repository layers.
Presentations about AOP

- Topics
- AOP,
- Architecture
Donald Belcham presents how to use AOP to avoid code repetition without following the decorator pattern along with frameworks supporting such aspects.

- Topics
- Artifacts & Tools,
- AOP,
- Java
In this presentation from SpringOne/2GX 2010, Rod Johnson and Stefan Schmidt introduce Spring Roo, how to build a sample application with Spring Roo and SpringSource Tool Suite, unit and integration tests, AspectJ utilization by Spring Roo, automatic query generation, configuring entities, dependency injection, controller/view generation, GWT integration and domain generation from an existing DB.
Interviews about AOP

- Topics
- Dynamic Languages,
- Language Design,
- Javascript,
- Programming,
- JRuby,
- Ruby,
- Domain Specific Languages,
- AOP,
- Java,
- .NET,
- Architecture
This interview begins with a discussion of functional programming, the use of Scala by programmers trained in Java and the differences between purely functional languages like Haskell and hybrids like Scala. Later in the interview other programming languages are discussed along with the notion of programming paradigms and the need for combining both paradigms and languages to best solve problems.

- Topics
- AOP,
- .NET,
- Web Frameworks
Mark Pollack talks about the features coming in Spring.NET 1.3 and 2.0. He also covers Spring.NET Integration, the Stonehenge project and the relationship with Spring Java.