layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern Abstract Document abstract-document /patterns/abstract-document/ Structural
Java
Difficulty-Intermediate

Intent

Achieve flexibility of untyped languages and keep the type-safety

alt text

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