In this third and final article in Ramnivas Laddad's aspect-oriented programming (AOP) series, Ramnivas demonstrates how to use AOP and AspectJ to solve real-world problems by modularizing ...
Most applications have a number of cross-cutting concerns, such as logging, exception handling, transaction handling and security. These items do not deal with the core business logic of an ...