Results 1 to 3 of 3

Thread: Is WebRequestInterceptors Spring's way to do Servlet Filters?

  1. #1
    Join Date
    Aug 2010
    Posts
    26

    Default Is WebRequestInterceptors Spring's way to do Servlet Filters?

    Title says all.

  2. #2
    Join Date
    Aug 2009
    Location
    Wesley Chapel, FL
    Posts
    35

    Default

    Servlet Filters exist in Spring as well, but the WebRequestInterceptor implementations are used to integrate with other technologies like JPA or Hibernate for example to tie in a Hibernate Session for the entirety of a request while taking advantage of the Spring context and bean wiring.

  3. #3
    Join Date
    Aug 2010
    Posts
    26

    Default

    Okay. Thanks.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •