Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] AspectJ in real world

This question comes up fairly often on this mailing list, although it's hard to find past info on AspectJ users (Google doesn't seem to index much of it). 

Some relevant answers:
http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg06158.html 
I also posted in past (http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg01894.html):
There have a been a number of threads on this topic on the AspectJ users mailing list. For example, look at http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg01375.html, http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg01377.html, http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg01376.html.

There are also other case studies in print such as "Real-world AOP Tool Simplifies OO Development" in the September 2001 issue of Java Report, by Rich Price and experience papers published at conferences ...

Another great source of case studies is the industry track of the AOSD conference. I wrote a summary of some of the case studies this year and last at http://rbodkin.blogs.com/ron_bodkins_blog/2006/03/industry_case_s.html and http://rbodkin.blogs.com/ron_bodkins_blog/2005/03/index.html  These are available at the conference archives at http://aosd.net/archive/index.php 

Ron

p.s. This is an FAQ ☺ so I am going to update the topic on the AOSD Wiki at http://www.aosd.net/wiki/index.php?title=FAQ to include more information.

________________________________________
From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Debasish Ghosh
Sent: Thursday, October 19, 2006 10:24 AM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] AspectJ in real world

Hi Adam -

In a huge application for implementing trading and settlement system back office we have deployed aspects and AOP for implementing application level fail-over. This was published in InfoQ as a case study for using aspects in production .. Here is the link ..

Thanks.
- Debasish
On 10/19/06, Adam Smyczek <adamsmyczek@xxxxxxxxx> wrote:
Hi All, 

Since few days I am evaluating AOP/AspectJ and definitely see
advantages in using aspects during development (tracing, monitoring,
etc.).
But how does in look with production aspects? Do you know projects, 
that use AOP/AspectJ in deployed product?

Thanks,
Adam


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx 
https://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top