All content and news on InfoQ about AOP
Latest featured content about AOP

- Architecture,
- Java
- Topics
- AOP,
- Portal/CMS,
- Deployment / Datacenter,
- Community
InfoQ.com is a web app/portal implemented with the latest in portal technology and web development. This session shows the good, the bad, and the ugly of building InfoQ.com; from (lack of) initial requirements, design/implementation choices, deployment issues, and lessons learned along the way. The talk examines features of the site and their implementation in the web layer, domain model, and DB.
-
By Alexandru Popescu &Floyd Marinescu
on Jun 03, 2008,
News about AOP
- Java
- Topics
- AOP
n a recent article on Java.net Eric Batzdorff considers the application of AOP in respect to singletons versus domain objects. Batzdorff points out that the weight of using such technologies can be much more noticeable when advising domain objects versus singletons.
-
By Scott Delap
on Feb 06, 2007,
- Java
- Topics
- AOP,
- Application Servers
Rod Johnson recently blogged on configuring Spring via Java instead of XML. While the implementation uses annotations it is unique in the fact that they are in a separate configuration class and not in the core business classes themselves.
-
By Scott Delap
on Dec 01, 2006,
Articles about AOP

- Architecture
- Topics
- AOP
Using a domain model is rarely as easy as just creating the actual domain model classes and then using them. Soon enough one discovers that sizable amounts of infrastructure code will also be required in support of the domain model. In this article, Mats Helander explains how to use Domain Model Management to handle this complexity in a simple way.
-
By Mats Helander
on Dec 23, 2007,

- Java
- Topics
- AOP,
- Design
Vigil Bose shows how a business transaction can trigger business events dynamically for subsystem processing. The examples shown in this article uses Spring framework 2.0 and Spring AOP effectively to decouple the business service from the subsystem processing functionality.
-
By Vigil Bose
on Jun 26, 2007,
Interviews about AOP

- .NET
- Topics
- AOP,
- Open Source
Mark Pollack, founder of Spring.NET, talks about shares ideas between the Java and .NET communities and the history of Spring.NET. Topics include how to use dependency injection and AOP for more than just logging and where Spring.NET overlaps with WCF.
-
By Mark Pollack
on Feb 04, 2008,

- Java
- Topics
- AOP
AOP expert Ramnivas Laddad explains how to use Aspects for refactoring cross-cutting concerns within classes (not just across classes) for things like reducing boiler plate code and potential for mistakes. How to recoganize and refactor such logic into aspects is covered, as well as applying aspects for resource management and concurrency control.
-
By Ramnivas Laddad
on May 07, 2007,
Presentations about AOP

- .NET
- Topics
- AOP,
- Programming
Mark Pollack provides an introduction to Spring.NET which can help developers more easily implement and design loosely coupled application architectures. The core concepts in the Spring Framework extend beyond the Java platform and are applicable to .NET. Spring.NET combines the Spring Framework's proven architectural concepts and patterns with additional features specific to .NET.
-
By Mark Pollack
on Mar 07, 2008,

- Java
- Topics
- AOP
SpringSource CTO and AspectJ project lead Adrian Colyer discusses where Aspect-Oriented Programming (AOP) should be used, practical applications of AOP in enterprise situations such as Hibernate exception translation and automatic operation retry on nonfatal exceptions, and AOP mechanisms in Spring 2.5.
-
By Adrian Colyer
on Jan 25, 2008,