#355 init abstract-document module
This commit is contained in:
26
abstract-document/README.md
Normal file
26
abstract-document/README.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: pattern
|
||||
title: Abstract Document
|
||||
folder: abstract-document
|
||||
permalink: /patterns/abstract-document/
|
||||
categories: Structural
|
||||
tags:
|
||||
- Java
|
||||
- Difficulty-Intermediate
|
||||
---
|
||||
|
||||
## Intent
|
||||
Achieve flexibility of untyped languages and keep the type-safety
|
||||
|
||||

|
||||
|
||||
## Applicability
|
||||
Use the Abstract Document Pattern when
|
||||
|
||||
* there is a need for dynamic properties
|
||||
* you want a better way to organize domain
|
||||
* you want loosely coupled system with flexibility of untyped languages
|
||||
|
||||
## Real world examples
|
||||
|
||||
* [Speedment](https://github.com/speedment/speedment)
|
Reference in New Issue
Block a user