Content of directories
docs – documentation of the Kernel final implementation and the corresponding testing environment
- Technical report on the kernel implementation
- SMS of a tiny model for initial Kernel testing
- Developer guide to the Data-wrapper
- Developer guide to scen_gen (demonstration of using WSs by C++-applications)
- Developer guide to test_gui (demonstration of using WSs by GUI-applications)
- Specification of schemas of the WS (Web Services); it is organized into components, each documented in the corresponding PDF file
- The DW (DataWarehouse) schema
clients – examples of DSS applications consuming the Kernel’s Web-Services
- data_wrapper: simple application (in Java) uploading data
- scen_gen: a Scenario Generator mock-up (in C++) for illustrating automatic generation of headers and DTOs, as well as WSs for getting the SMS
- test_gui: simple GUI (developed in Spring) for testing the Kernel
Two easy ways for importing the repository to a local computer:
- by cloning the repository using git ($git clone git://github.com/enrima-dev4/kernel.git)
- by downloading the repository as the zip file (using the ZIP button)