On 10/16/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Well said:) Sometimes I just take a wrong turn while wanting to explain > something, and get stuck in that idea. > > About the wicket-objectsizeof-agent, could it be used to make a small > wicket diagnostics contribution..? I mean can it walk over live wicket > applications and tell how much individual part were using? Or are some > one already doing this?
You could implement this through a custom session store. The wicket-objectsizeof-agent project only plugs in a 'IObjectsSizeOfStrategy' that is based on instrumentation rather then serialization. That strategy is used by org.apache.wicket.util.lang.Objects#sizeOf(Object). But again, using a profiler is probably much easier and gives better results. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
