java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Design patterns implemented in Java

Results 445 java-design-patterns issues
Sort by recently updated
recently updated
newest added

This is a quite complex microservice design pattern described in these links: - https://medium.com/microservices-in-practice/service-mesh-for-microservices-2953109a3c9a - https://256.nurkiewicz.com/2 - https://dzone.com/articles/the-rise-of-service-mesh-architecture - https://philcalcado.com/2017/08/03/pattern_service_mesh.html

info: help wanted
epic: pattern
type: feature

Reference: https://www.javacodegeeks.com/2013/01/loan-pattern-in-java-a-k-a-lender-lendee-pattern.html

info: help wanted
epic: pattern
type: feature

Implement Serialized Entity Pattern: https://github.com/iluwatar/java-design-patterns/issues/1275 Added code and unit tests as well as the PUML and other files following the project coding convention and contribution guidelines.

status: under review

- Added application-controller design pattern [(](http://www.corej2eepatterns.com/ApplicationController.htm) #346). - The application-controller pattern centralizes action and view management.

status: under review

- Added SLOB design pattern. - Serialize a graph into a single large object (LOB) and store it in the database. This issue has two duplications, #1314 and #1596. At...

status: under review

Pull request title - Clearly and concisely describes what it does - Refer to the issue that it solves, if available Pull request description - Describes the main changes that...

status: under review

https://msdn.microsoft.com/en-us/library/dn589791.aspx

status: under construction
epic: pattern
type: feature
priority: normal

- Resolves issue #1261 - A Collecting Parameter is an object that you pass to methods in order to collect information from those methods. This pattern is often coupled with...

status: under review

Added DAO factory pattern Pull request description - Junit tests included - ReadMe included

status: under review

Add Notification pattern (issue pattern #393) A Notification is an object that collects information about errors during validation of data. When an error appears the Notification is sent back to...

status: under review