I am trying to use jamon to collect statistics (time to render a web page) of a website using tapestry.
How can I proceed to have
- a method executed when the request is received by the server, i.e. the start of the rendering ?
- a method executed when the response is all sent, i.e. the end of the rendering ?
I am trying to use the @OnEvent
annotation but I'm not going very far with that.