On 6/20/07, Jonathan Locke <[EMAIL PROTECTED]> wrote:



oh yeah, be sure you DO NOT test your wicket app's scalability with
wicket in development mode!


Ah yes, I figured that out the hard way.  Big difference.

Just thought I'd mention that if you need a realistic application built on
Wicket + Spring + Hibernate to do some load testing, you can consider JTrac
[ http://jtrac.info ].  There is a JMeter test in SVN and you can contact me
if you need help setting up the application / JMeter test.  This should be
really easy because by default, the app uses an embedded HSQLDB instance.

In my profiling tests, the main bottleneck was Lucene writing to the file
system for indexing stuff.  Hibernate comes second.

Thanks,

Peter.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to