Re: [appfuse-user] AspectJ syntax for Appfuse 2

2008-01-02 Thread dev dev
Like always, thank you very much Matt. On Jan 2, 2008 12:41 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > This means any package that ends with service. This article might help: > > http://www.infoq.com/articles/Simplifying-Enterprise-Apps > > Matt > > On 12/26/07, dev dev <[EMAIL PROTECTED]> wrot

Re: [appfuse-user] AspectJ syntax for Appfuse 2

2008-01-02 Thread Matt Raible
This means any package that ends with service. This article might help: http://www.infoq.com/articles/Simplifying-Enterprise-Apps Matt On 12/26/07, dev dev <[EMAIL PROTECTED]> wrote: > what is this wildcard expression "*..service" mean and can someone point me > to the documentation on pointcut

[appfuse-user] AspectJ syntax for Appfuse 2

2007-12-26 Thread dev dev
what is this wildcard expression "*..service" mean and can someone point me to the documentation on pointcut language and its regular expression definition? in the applicationContext-service.xml, Thanks dev