I have been looking into how interceptors can be applied to session beans开发者_JAVA技巧 etc in EJB3.0. Can these be applied to servlets as well?
A good standard interceptor in a servlet container is a Servlet Filter
. See The Essentials of Filters.
I have been looking into how interceptors can be applied to session beans开发者_JAVA技巧 etc in EJB3.0. Can these be applied to servlets as well?
A good standard interceptor in a servlet container is a Servlet Filter
. See The Essentials of Filters.
精彩评论