开发者

EJB3 interceptors

开发者 https://www.devze.com 2023-01-21 12:00 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消