jsr340-experts@servlet-spec.java.net

[jsr340-experts] Re: Support of Interceptor in Servlet

From: Rajiv Mordani <rajiv.mordani_at_oracle.com>
Date: Tue, 07 Feb 2012 15:45:50 -0800

The platform spec is planning on introducing transactional interceptors
which would
enable container managed transactions for containers that supported it.
As pointed out
by Linda in the mail that Shing Wai has a pointer to in the original
email. It would be a
way to unify the container managed transaction feature across the
platform and I
think it is a useful feature to have in the web container.

- Rajiv


On 2/7/2012 2:59 PM, Remy Maucherat wrote:
> On Mon, 2012-02-06 at 16:51 -0800, Shing Wai Chan wrote:
>> Is there any concern if Servlet spec support the interceptors above?
>> We would like to listen to opinion of experience group.
> I don't see where the benefit is, but undoubtedly it would make things
> slower (deployment and runtime). We're supposed to be doing a web server
> API, not a bean container API. IMO.
>