Hi

Are there anyone who have experience in testing a Spring-based webapp using JMeter?

I wonder how to test submitions to forms as Spring handles those things in a special way. It's very seldom you actually parse the request parameters on a submission, they are instead bound to the form data object.

Are there a better way of load testing a Spring app?

Interested in all kinds of experience.