Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] how to capture method joinpoints in EJB3 session bean interface?

On Thu, Jul 30, 2009 at 1:43 AM, ppkluk<imperfectluk-ppk@xxxxxxxxxxxx> wrote:
>
>    As a non-intrusive monitoring tool, is it possible to create a
> 'plug-and-play' solution?
>
>    or is it possible to auto-generate those sub-aspect?
Well, sort of.  If you are using load time weaving, you can create
concrete aspects in the aop.xml.  What you are doing with the concrete
aspects is instantiating the abstract pointcuts for a particular
situation.

http://www.eclipse.org/aspectj/doc/released/devguide/ltw-configuration.html


Back to the top