Challenge Overview
This is a single module in a multi-module batch job. The job of this module is to accept incoming objects from a "work queue" and to process each one (in configurable batches) by quering a database to add additional information to each object. Once the query has been performed and the object has been hydrated with the additional data, it is passed along into another "work queue" for processing by later module(s) of this job, which are out of scope of this module.
Final Submission Guidelines
Java 1.5 using the provided batch job infrastructure framework.