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

Translated [aggregator-microservices/README.md](https://github.com/iluwatar/java-design-patterns/blob/master/aggregator-microservices/README.md) and saved translation to [/localization/es/](https://github.com/iluwatar/java-design-patterns/tree/master/localization/es) ./aggregator-microservices/README.md Note: Sorry for first commit, it was a mistake of unsaved version of second(final) commit. After second commit the translation is updated...

status: under review

Solves #233

status: under review

Add an MVI design pattern (includes pattern itself, tests, README.md and class diagram)

status: under review

This PR resolves #1842. I adapted the currying example suggested in the #1842 thread. My programmatic example focuses on using a curried builder function to create Book objects.

status: under review

# Embedded Value Pattern - Implementation of Embedded value pattern - #1295 ## Description - Implementation of Embedded value design pattern - Complete pattern implementation along with class diagram and...

status: under review
status: stale

Due to the decision to remove the naked-objects implementation as a part of #2336, the work that I had been doing for #1683 has become largely obsolete but I would...

type: feature
epic: documentation

Extends the naked-objects README to describe the pattern and its uses in more detail. Special note is that I propose using a `Quick start` heading to provide the link to...

loan pattern issue1843. Could you help check my understanding?

status: under review
status: stale

Adds @YosefSiebzener as a contributor for doc. This was requested by iluwatar [in this comment](https://github.com/iluwatar/java-design-patterns/pull/2334#issuecomment-1325503420) [skip ci]

Update guice to support Java 17. Fixes #2037