Hi all,

I am currently monitoring some spring beans in our application using
JAMon (http://jamonapi.sourceforge.net/). To get a complete oversight
I would like to measure the entry and exit point of a single page in
my JAMon report.
In the report I'd like to group the webrequest per page. I was
stepping through the wicket source code but could not find a good
point to intercept and put in my JAMon monitoring code.
So my question is: What is the best point in wicket to monitor? I was
thinking about the doGet of the WicketFilter it self, since that is
the entry point. But how do I get hold of the requested page name
there?  I also looked at the RequestCycle.request, but since that
method is final I can't intercept it.

Any other suggestions are welcome.

Thanks, Lars

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to