Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naren-jha/resourcemanager

Do efficient task allocation based on the resources available over the infrastructure
https://github.com/naren-jha/resourcemanager

concurrency factory-pattern interface-default-methods java8 lambda multithreading spring-boot strategy-pattern

Last synced: 4 days ago
JSON representation

Do efficient task allocation based on the resources available over the infrastructure

Awesome Lists containing this project

README

        

# Resource Manager Application

**Key concepts used in this project :**

- Uses design patterns like - strategy, factory
- Uses Java multithreading concetps with concurrency handling
- Uses Java 8 features like - default method in interface, lambda

-----------
Explore visitor design pattern

- https://refactoring.guru/design-patterns/visitor
- https://stackoverflow.com/a/8722819/4210068