Skip to content
#

service-layer

Here are 24 public repositories matching this topic...

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 Sep 30, 2025
  • Java

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

Um sistema de registro e gerenciamento de usuários implementado em Java com Spring Boot, utilizando H2 como banco de dados em memória. CRUD completo. ENG: A user registration and management system implemented in Java with Spring Boot, using H2 as an in-memory database. Full CRUD.

  • Updated Oct 1, 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