- Notifications
You must be signed in to change notification settings - Fork0
Design patterns implemented in Java
License
BackendJava/java-design-patterns
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Design patterns are formalized best practices that the programmer can use tosolve common problems when designing an application or system.
Design patterns can speed up the development process by providing tested, provendevelopment paradigms.
Reusing design patterns helps to prevent subtle issues that can cause majorproblems, and it also improves code readability for coders and architects whoare familiar with the patterns.
Before you dive into the material, you should be familiar with variousProgramming/Software Design Principles.
Once you are familiar with these concepts you can start drilling down into patterns by any of the following approaches
- Using difficulty tags,
Difficulty-Beginner
,Difficulty-Intermediate
&Difficulty-Expert
. - Using pattern categories,
Creational
,Behavioral
and others. - Search for a specific pattern. Can't find one? Please report a new patternhere.
If you are willing to contribute to the project you will find the relevant information in ourdeveloper wiki.
- Design Patterns: Elements of Reusable Object-Oriented Software
- Effective Java (2nd Edition)
- Java Generics and Collections
- Let's Modify the Objects-First Approach into Design-Patterns-First
- Pattern Languages of Program Design
- Presentation Tier Patterns
- Functional Programming in Java: Harnessing the Power of Java 8 Lambda Expressions
- Patterns of Enterprise Application Architecture
- Spring Data
- J2EE Design Patterns
- Pattern Oriented Software Architecture Vol I-V
This project is licensed under the terms of the MIT license.
About
Design patterns implemented in Java
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Java99.1%
- Other0.9%