design-patterns-implemented-in-java
There are 55 repositories under design-patterns-implemented-in-java topic.
nivance/DPModel
《设计模式之禅》原书源码学习
kiat/OOP-Design-Patterns
OOP Design Patterns Code Examples
harismuneer/Minesweeper-Desktop-Game
💣 An object-oriented clone of the famous Windows game Minesweeper made in Java-Swing Framework following the Model View Controller (MVC) Architecture. Its a stand-alone desktop game which also provides save and load game functionalities.
dizzydroid/DesignPatternsNutshell
Example code used in my handbook, Design Patterns in a Nutshell
FearlessPeople/GOF23
Java实现23种设计模式学习笔记及源码
arkapg211002/Digital-Nurture-Program-3.0
JAVA FSE by Cognizant
f3n1b00t/car-design-patterns
Design patterns implemented in Java using machines as an example
charleskoffler/clprolf
Clprolf — OOP with roles, clarity, and contracts.
lixifun/design-patterns
《大话设计模式》Java版本代码
vukan-markovic/Design_Patterns_Paint
Java Swing paint application demonstrating some design patterns
mehdisahraeei/design-pattern
design-pattern
happyflyer/design-pattern-23
一周彻底搞懂23种设计模式(Java实现),语雀浏览链接:https://www.yuque.com/happyflyer/design-pattern-23
harismuneer/Factory-Singleton-and-Strategy-Design-Patterns_Examples
🐉 Solved problems demonstrating the use of Factory, Singleton and Strategy Design Patterns using Java. These problems were solved during the course "Object Oriented Analysis and Design CS309"
Ivi-SCD/gof-design-patterns
In this repository I will cover all the design patterns declared in the book Gang Of Four: Elements of Reusable Object-Oriented Software, i hope you enjoy it
akisonlyforu/design-patterns
This repository contains various Design Patterns and some examples explaining them.
cbozan/design_patterns_exercises_with_java
All design patterns defined by Gang of four have been tested by coding with java.
shaswat-indian/OOADP-Lab
This repository contains the Programs for Object Oriented Analysis and Design Patterns Lab.
tommyskeff/JObserve
JObserve is a replacement for the legacy java observer package, with support for object attributes and attribute listeners.
WinDerek/HappyFarm
A farm management framework with some classical design patterns implemented in Java.
BrodyGaudel/design-pattern
design pattern
chokshidharita/Design-Patterns-in-Java
Design Patterns in Java
contactash/Documentor
Standalone Java & Maven code to create PDF
jsbintask22/design-pattern-learning
各种设计模式学习,demo
mehboobali98/State-Design-Pattern
The state is a behavioral design pattern that lets an object alter its behavior when its internal state changes. It appears as if the object changed its class.
sanketwakhare/design-patterns
Design Patterns
jhenals/Project_IS_MiniCAD_IT
MiniCAD is a lightweight and intuitive computer-aided design (CAD) software. It offers a range of essential features for creating, editing, and managing 2D drawings and designs
marisapaone/Software_Design_Patterns
Demonstrates my understanding of various software design patterns including creational, structural, and behavioral patterns.
MiroslavKolosnjaji/CarDealershipApp
This is a Java core client/server desktop application, developed as a final project for a course, for a car dealership business. It tracks car availability, allows users to search based on various criteria, create orders, and view order details with sales information.
deepcloudlabs/cmp5151-software.design.patterns-2023.2024
CMP5151: Software Design Patterns (2023-2024)
divyadhimaan/lld-playground
This repository serves as a comprehensive guide to Low-Level Design (LLD), aimed at helping developers understand and implement essential design concepts in software development.
doank15/design-pattern-java
Design Pattern In Java
kishoreravi24/Design-Patterns
Design pattern - definition, clear understanding points with code
SelahattinSert/design-patterns-java
simple Java 21 examples of software design patterns, including a mini task planner project.
TheCollinsByte/design-patterns-and-principles
A collection of popular design patterns implemented in Java. This repository provides code examples and explanations of creational, concurrency, structural, and behavioral patterns, helping developers understand and apply design patterns in real-world scenarios.