views:

72

answers:

1

I'm looking for a simple open source, or reference application that I could use for testing some Java servers. The primary server would be Tomcat, and the database backend is MySQL. Are there some reasonable sample applications out there that are fairly easy to get up and running with?

The ideal application would be fairly stateless in nature and be accessible without authentication so that it could be easily used for stress testing.

+2  A: 

There are spring examples, PetClinic and JPetStore. In these links you can find some more applications.

David Rabinowitz