TPC-W Java Implementation

TPC-W Java Implementation

Introduction

About
This is a distribution of the TPC-W Benchmark Java Implementation originated of PHARM at the University of Wisconsin - Madison. It includes some changes to make adapting to different databases and servlet containers easier (see Running TPC-W on Tomcat).
For more background information to understand the TPC-W benchmark have a look at the original TPC-W hompage or other resources listed in the links.

If someone has comments, complaints, suggestions or even enhancements just send me a mail.
Description
Basically, this distribution consists of a build.xml for Ant to control building and installing the benchmark. All SQL statements have been extracted into a property file, so they can be changed without messing with the source code. Additionally, all settings for the servlets, RBE and database can be made via properties.
Database generation and image population can also be started with Ant, but an up-to-date checking is missing.