Re: How to log the serialization of object in wicket

2007-09-27 Thread Meddle Smeddle
We want to see how many objects are serialized in the session and to try optimize somehow our application. We want logging like "Object [id] has been serialized", "Object [id] has been deserialized." - To unsubscribe, e-mail: [EMA

Load testing ajax-based application

2007-09-26 Thread Meddle Smeddle
Hi we have some problems testing our web application written in wicket. The whole application is one page and all the functionality is implemented with through ajax with wicket. All the load testing tools use the GET http method to test the urls but with the wicket ajax is imposable to use them. I

How to log the serialization of object in wicket

2007-09-26 Thread Meddle Smeddle
Hello. Is there a simple way to log all the object which has been serialized by wicket? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]