Paul will be giving a presentation on Continuous Database Integration on Wednesday, September 14th at the Richmond Java User Group Meeting.

His presentation illustrates how performing continuous builds is essential for ensuring working software. Topics include how to leverage your CI system to rebuild your database and the associated test data when changes occur and demos for dropping and recreating a database along with its associated tables, inserting and modifying the test data. Examples will use the CruiseControl CI tool, Ant build tool and the MySQL database.