Re: Execute method each request

2007-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trumml, Trumml wrote: > I want to execute a method each time a request is performed to my jsf site. > The implementation for this request should remain in a jar file which is > packed into the WAR file under WEB-INF/lib directory. > I guess there is n

Re: Execute method each request

2007-07-26 Thread David Smith
What you describe is exactly what filters were created for. It's even in the servlet spec, making it a requirement of all java servlet containers. --David Trumml wrote: I want to execute a method each time a request is performed to my jsf site. The implementation for this request should rema