An open API service indexing awesome lists of open source software.

https://github.com/angelobarbu/warehouse-stock-management

University project for Advanced Java Programming course that simulates the business logic of a warehouse stock management app
https://github.com/angelobarbu/warehouse-stock-management

advanced-java-programming business-logic

Last synced: 10 months ago
JSON representation

University project for Advanced Java Programming course that simulates the business logic of a warehouse stock management app

Awesome Lists containing this project

README

          

# Warehouse-Stock-Management
## Advanced Java Programming
## UNSTPB - Faculty of Automatic Control and Computer Science
### Barbu Angelo-Gabriel - Advanced Software Services Master's Degree

University project for Advanced Java Programming course that simulates the business logic of a warehouse stock management app. The project implements functionalities presented in the course, such as:
- collections for object sets and warehouse report
- multi-threading
- lambdas for listener function implementation
- streams for streams warehouse report

The UML Class diagram is the following:
![UML_Class_diagram](UML_Class_Diagram.png)

The unit testing is done using JUnit 4.13. Unit tests were writted for:
- Classes
- WarehouseReport (Collections)
- WarehouseReportStreams (Streams)
Unit tests are covering 73% of the code.