EJB 3
- This is a short tutorial for EJB 3 interceptors, and its purpose is to explain the concept of an interceptor and what is it good for.
- The content of this tutorial is a shrinked version of a tutorial posted here: http://www.mastertheboss.com/en/jboss-server/177-ejb-interceptors-in-depth.html
- which also contains code example.
-
- EJB 3.0 interceptors allow you to add functionality to business methods of your session bean without modifying the methods' code.
- An interceptor is a method that's executed before any of the bean's business methods are invoked.
elad
03/08/2009 - 20:23