aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes @AroundInvoke Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "@AroundInvoke" Watch "@AroundInvoke" New topic
Author

@AroundInvoke

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 299
Is it possible to use @AroundInvoke in anything else other than an EJB?

Thanks
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8147
    
  52

Yes you can use it on Java EE interceptors.

[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: @AroundInvoke
 
Similar Threads
Can @AroundInvoke be used with Entity beans?
multiple AroundInvoke
EJB 3.0 Interceptors question
Lifecycle callback interceptor
EJB 3, TX @AroundInvoke Question