Skip to content

🌱 Dependency4j's example project using DDD architecture + Hibernate.

Notifications You must be signed in to change notification settings

daviddev16/dependency4j-code-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency4j - Code Example

Inventory System designed with Dependency4j

Project Description

This is a small inventory system project. You can manage products (view, add and edit), add new inventory input or output, contains a simple authentication service, you can filter, visualize data and summaries. It works with an Entity-Model, Service, Repository architecture with a nice Java UI design :)

Architecture and Components

The application follows a DDD (Domain Driven Design) architecture, uses Dependency4j to manage all repositories, services classes for their specific entities with instatiation/creation of dynamic and injectable classes and setting up configuration classes. The project also uses SQLite to store and data required to work locally, Java Swing for window building and design, FlatLaf library for theming and UI design, Hibernate to connect and interact with the database and some other additional libraries such as Lombok, JGoodies Forms and JDatePicker.

Images

About

🌱 Dependency4j's example project using DDD architecture + Hibernate.

Topics

Resources

Stars

Watchers

Forks

Languages