Aleksei Valikov wrote: > Hi. > > Probably something for FAQ. > > I have a managed bean (stored in the session scope) and I'd like this > bean to receive notifications of the requests. Say, every time client > sends the request, a certain method of the managed bean should be invoked. > > How is this done? > > Bye. > /lexi >
Various ways... you could use Spring application events on the servlet core you could use phase listeners etc....

