mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 18:59:10 +00:00
4108f86177
* Changed database implementation. Removed static objects. * Fix Logs * Fix 40 errors from checkstyle plugin run. 139 left)) * Fix CacheStore errors from checkstyle plugin 107 left * Fix last errors in checkstyle. * Fix sonar issues * Fix issues in VALIDATE phase * Fix Bug with mongo connection. Used "Try with resources" * Add test * Added docker-compose for mongo db. MongoDb db work fixed. * Provided missing tests * Comments to start Application with mongo. * Fix some broken links * Remove extra space * Update filename * Fix some links in localization folders * Fix link * Update frontmatters * Work on patterns index page * Work on index page * Fixes according PR comments. Mainly Readme edits. * fix frontmatter * add missing png * Update pattern index.md * Add index.md for Chinese translation * update image paths * update circuit breaker image paths * Update image paths for localizations * add generated puml * Add missing image * Update img file extensions * Update the rest of the EN and ZH patterns to conform with the new website Co-authored-by: Victor Zalevskii <zvictormail@gmail.com>
7.6 KiB
7.6 KiB
| Pattern | Category | Tags |
|---|---|---|
| Abstract Document | Structural | Extensibility |
| Abstract Factory | Creational | Gang of Four |
| Active Object | Concurrency | Performance |
| Acyclic Visitor | Behavioral | Extensibility |
| Adapter | Structural | Gang of Four |
| Aggregator Microservices | Architectural | Cloud distributed |
| Ambassador | Structural | Decoupling |
| API Gateway | Architectural | Cloud distributed, Decoupling |
| Arrange/Act/Assert | Idiom | Testing |
| Async Method Invocation | Concurrency | Reactive |
| Balking | Concurrency | Decoupling |
| Bridge | Structural | Gang of Four |
| Builder | Creational | Gang of Four |
| Business Delegate | Structural | Decoupling |
| Bytecode | Behavioral | Game programming |
| Caching | Behavioral | Performance |
| Callback | Idiom | Reactive |
| Chain of Responsibility | Behavioral | Gang of Four |
| Circuit Breaker | Behavioral | Performance, Decoupling |
| Cloud Static Content Hosting | Cloud | Cloud distributed |
| Collection Pipeline | Functional | Reactive |
| Command | Behavioral | Gang of Four |
| Composite | Structural | Gang of Four |
| Composite Entity | Structural | Enterprise Integration Pattern |
| Converter | Creational | Decoupling |
| Data Access Object | Architectural | Data access |
| Data Bus | Architectural | Decoupling |
| Data Mapper | Architectural | Decoupling |
| Data Transfer Object | Architectural | Performance |
| Decorator | Structural | Gang of Four, Extensibility |
| Delegation | Structural | Decoupling |
| Dependency Injection | Creational | Decoupling |
| Dirty Flag | Behavioral | Performance, Game programming |
| Double Checked Locking | Idiom | Performance |
| Facade | Structural | Gang of Four, Decoupling |
| Factory | Creational | Gang of Four |
| Factory kit | Creational | Extensibility |
| Factory Method | Creational | Gang of Four, Extensibility |
| Interpreter | Behavioral | Gang of Four |
| Iterator | Behavioral | Gang of Four |
| Observer | Behavioral | Gang of Four, Reactive |
| Private Class Data | Idiom | Data access |
| Producer Consumer | Concurrency | Reactive |
| Proxy | Structural | Gang of Four, Decoupling |
| Sharding | Behavioral | Performance, Cloud distributed |
| State | Behavioral | Gang of Four |
| Strategy | Behavioral | Gang of Four |
| Template Method | Behavioral | Gang of Four |
| Version Number | Concurrency | Data access, Microservices |
| Visitor | Behavioral | Gang of Four |