About Projects::eMarket Sales and Bidbot

This project provides the problem description and initial artifacts for the class project.

Project Modules

This project has declared the following modules:

Name Description
Projects::eMarket::eMarketData This project provides the test data and parser for the class project. Students will create a dependency on the eSalesTestUtil project and ingest Java obejcts returned from the provided parser. You can find an example of how to setup and use the parser within the eSalesBLImpl sub-project.
Projects::eMarket::eSales This project provides several example artifacts for the class project. Students will create a dependency on the eSalesTestUtil project and ingest Java obejcts returned from the provided parser. You can find an example of how to setup and use the parser within the eSalesBLImpl sub-project.
Projects::eMarket::eBidbot This project provides example structure for how the student project can be formed.