Skip to content
#

service-layer

Here are 20 public repositories matching this topic...

A Java OOP program that simulates a vending machine. The user puts in some amount of money and selects an item from a menu. If they have enough money, the user is told the change per coin and the inventory is updated. The items are stored, read and written from a text file. The program uses an MVC design pattern with a service layer and has unit…

  • Updated Apr 5, 2021
  • Java

JavaSE11-ClassTask is a Java SE project for learning and practicing object-oriented programming concepts. It includes entity classes, repositories, and services for managing data like Persons and Cars. The project demonstrates the use of Lombok, singleton services, and basic CRUD operations in memory.

  • Updated Aug 17, 2025
  • Java

Improve this page

Add a description, image, and links to the service-layer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the service-layer topic, visit your repo's landing page and select "manage topics."

Learn more