Hi,

I came up with two possible candidate methods to put in JAMon monitoring.

The:

1. ISessionStore.onBeginRequest and ISessionStore.onEndRequest
2. RequestCycle.onBeginRequest and RequestCycle.onEndRequest.

For now I choose to override the ISessionStore because that one is
called before and after the RequestCycle methods. I want to check with
you guys if this is the best option or not. Which one do you
recommend? Is there maybe another candidate I overlooked?


Thanks, Lars

On Dec 24, 2007 5:45 PM, lars vonk <[EMAIL PROTECTED]> wrote:
> 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