[ajug-members] aspectj
Alex Zhang
alex.x.zhang at gmail.com
Mon May 19 10:25:44 EDT 2008
Interestingly, I thought about the exact same thing last week, using
aop to profile my JEE apps deployed in JBoss.
The JBoss Profiler project seems not getting lots of attention
(probably because there is not even an actually release? another
chicken and egg thing). I will give JProfiler a shot if it doesn't
work I will jump into AOP.
One challenge of using AOP to do profiling is the post processing, how
to capture the stack trace (call hierarchy) and generate a nice
drill-down report.
Alex
On Mon, May 19, 2008 at 9:31 AM, mike stittleburg
<mstittleburg at bellsouth.net> wrote:
>
> It seemed like the only good examples of AOP were either logging or
> transactions. I'm interested in using it for performance monitoring (capture
> method times).
>
> -----Original Message-----
> From: James Holmes [mailto:james at jamesholmes.com]
> Sent: Monday, May 19, 2008 8:37 AM
> To: ajug-members at ajug.org
> Subject: Re: [ajug-members] aspectj
>
> We've been using AOP via Spring on some of the projects I've been working
> on. Nothing very exciting though, just some logging. AOP and JMX were both
> "hot" technologies a few years ago that got alot of attention, but I think
> the reason you don't hear much about them now is because they're mostly
> infrastructure technologies. They get used up front in a project and then
> are touched very little after that.
>
> On Sun, May 18, 2008 at 10:14 PM, mike stittleburg
> <mstittleburg at bellsouth.net> wrote:
>>
>> Anyone out there using AspectJ? Seemed like AOP was a big thing a couple
>> years ago but doesn't seem to be active lately.
>> _______________________________________________
>> ajug-members mailing list
>> ajug-members at ajug.org
>> http://www.ajug.org/mailman/listinfo/ajug-members
>>
>
>
> _______________________________________________
> ajug-members mailing list
> ajug-members at ajug.org
> http://www.ajug.org/mailman/listinfo/ajug-members
>
>
More information about the ajug-members
mailing list