Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!