AspectJ

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Using AOP for Application Performance Management by Srinivas Narayanan, Kamal Govindraj, Binil Thomas   - [Clicks: 27]
    There are many ways to manage and track performance data with Java, which include the use of profiler tools, explicit calls to manage timestamps, or bytecode instrumentation. This article by Srinivas Narayanan, Kamal Govindraj, and Binil Thomas discusses the use of AOP as an addition method to track performance data.
    http://www.theserverside.com/tt/knowledgecenter/knowledgecenter.tss?l=AOPforAPM - Jul, 2007
  • Exception Advice: An Aspect-Oriented Model by Barry Ruzek   - [Clicks: 18]
    This article shows how an exception-handling aspect based on the Fault-Contingency exception model is an improvement over the traditional implementation. It offers a complete example of an exception-handling aspect created with AspectJ, an aspect-oriented extension to Java, to illustrate the concepts. The code supplied herein runs on both BEA WebLogic 9.2 and Tomcat 5.0 application servers.
    [Includes source code]
    http://dev2dev.bea.com/pub/a/2007/06/exception-advice.html - Jul, 2007

[Top]