This project provides test data and sample code to be used in the eDmv project.
This project has declared the following modules:
Name | Description |
---|---|
Projects::Data Share::DMV::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::Data Share::DMV::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::Data Share::DMV::BLImpl | This project provides a sparse example of how to setup an ingest and command line clients for the class project. |