Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danuja01/design-patterns
Example codes of design patterns created using JAVA
https://github.com/danuja01/design-patterns
business-layer design-patterns java java-design-patterns presentation-layer-patterns
Last synced: 27 days ago
JSON representation
Example codes of design patterns created using JAVA
- Host: GitHub
- URL: https://github.com/danuja01/design-patterns
- Owner: danuja01
- Created: 2024-05-21T17:12:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T09:24:31.000Z (5 months ago)
- Last Synced: 2024-05-28T18:01:52.725Z (5 months ago)
- Topics: business-layer, design-patterns, java, java-design-patterns, presentation-layer-patterns
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Design Patterns Repository
Welcome to the Design Patterns Repository! This repository contains various examples of design patterns, presentation layer patterns, and business layer patterns, organized into respective folders with detailed example codes.
## Table of Contents
- [Design Patterns Repository](#design-patterns-repository)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Design Patterns](#design-patterns)
- [Presentation Layer Patterns](#presentation-layer-patterns)
- [Business Layer Patterns](#business-layer-patterns)
- [Getting Started](#getting-started)
- [Contributing](#contributing)## Introduction
Design patterns are typical solutions to commonly occurring problems in software design. They are like blueprints that you can customize to solve a particular design problem in your code. This repository aims to provide a comprehensive collection of design patterns with examples to help you understand and implement them in your projects.
## Design Patterns
The **Design Patterns** folder contains examples of various design patterns with detailed explanations.
## Presentation Layer Patterns
The **Presentation Layer Patterns** folder includes examples and explanations of patterns used in the presentation layer of applications.
## Business Layer Patterns
The **Business Layer Patterns** folder contains examples and explanations of patterns commonly used in the business logic layer.
## Getting Started
To get started with the examples, clone the repository to your local machine:
```bash
git clone https://github.com/your-username/design-patterns-repo.git
```Navigate to the desired pattern folder and explore the example code provided.
## Contributing
Contributions are welcome! If you have a new pattern to add or improvements to existing ones, please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature-branch`)
3. Make your changes
4. Commit your changes (`git commit -m 'Add new pattern'`)
5. Push to the branch (`git push origin feature-branch`)
6. Create a new Pull Request---
Thank you for visiting the Design Patterns Repository! If you have any questions or suggestions, feel free to open an issue or reach out.
Happy coding!