August 2018
Intermediate to advanced
314 pages
8h 9m
English
Aspect-oriented software development enables the clean modularization of crosscutting concerns. For the benefit of all JEE programmers, we can also separate business code from crosscutting concerns, which is a solution that the interceptor technologies offer by implementing JEE.
When an EJB method or a managed bean is called and there is an interceptor associated with this call (we will see how this is implemented soon), we can write a code to be executed immediately before the method calls and also just after the method calls (that is, after the return of the method).
Intercepting filter patterns is another pattern that is used for intercepting a request. In JEE, we can implement the filter pattern using ...
Read now
Unlock full access