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

https://github.com/yevheniyj/java-patterns

Design and enterprise patterns examples in java
https://github.com/yevheniyj/java-patterns

design-patterns enterprise-patterns java patterns

Last synced: 8 months ago
JSON representation

Design and enterprise patterns examples in java

Awesome Lists containing this project

README

          

# Examples of patterns in java programming language

## [Design patterns](https://github.com/evgeniyJ/patterns/tree/master/design-patterns)
Is a directory (maven submodule) where you can discover design patterns.
Described in book [Head First Design Patterns](http://shop.oreilly.com/product/9780596007126.do).
But with my own implementation and not all patterns are provided.

## [Enterprise patterns](https://github.com/evgeniyJ/patterns/tree/master/enterprise-patterns)
Is a directory (maven submodule) where you can discover enterprise patterns.
Described in book [Patterns of Enterprise Application Architecture](https://martinfowler.com/books/eaa.html).
But with my own implementation and not all patterns are provided.