InfoQ

InfoQ

Topic/Tag specific view

AOP Content on InfoQ


Latest featured content about AOP

Christian Colombo on FSM-based Monitoring and Runtime Verification

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

Attribute Based Caching for .NET

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.

PostSharp 2.0 Makes Aspect-Oriented Programming Easier with IDE Support

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

Book Excerpt and Interview: Dependency Injection

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.

Fetching strategy implementation in a J2EE application using AOP

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

Advanced Aspect Oriented Programming

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.

Introduction to Spring Roo

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

Dean Wampler on Programming Languages

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.

Mark Pollack on Spring.NET 1.3 and 2.0

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.