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.
This project has declared the following modules:
Name | Description |
---|---|
Projects::eMarket::eSales::BO | This project provides a simple test and sparse example of how to define a set of business objects for use in the class project. It is provided primarily to show an end-to-end thread from the TestUtil to business logic working with the data that was ingested. Since this is a class project, Not all data will be modeled as a part of this example. |
Projects::eMarket::eSales::DAO | This project provides a sparse example of how to setup a JDBC and JPA DAO for use in the class project. It also provides a quick test/demo of the ingest data. |
Projects::eMarket::eSales::BLImpl | This project provides a sparse example of how to setup an ingest and command line clients for the class project. |