Back Forum Reply New

May I advice a Servlet?

Hi everybody!
I am interested - is it possible to advice a Servlet? I already know that I cannot advice SLSB. If I cannot advice a Servlet is it based on the fact it is an object that lives in a container? More info?
If otherwise it is possible to advice a servlet where I can find more info abouth that?

Thank you!

No, Servlets are managed by the web container, not Spring. You can advice Spring-managed web tier objects such as Controllers, however.

Thank you Rod. You have just confirmed my understanding about that question.

Bye!
¥
Back Forum Reply New