Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 971 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 971 Bytes
layout title folder permalink pumlid categories tags
pattern
Naked Objects
naked-objects
/patterns/naked-objects/
LSX15i8W30N0g-W187jlaq9igH1uoO_r-BfrDs_kJKkFAc7zTW3B7qJ6LzuRZjZ2nSfKY2ANEQZrk1XiTFARKnLlkwR5W9Ww3VOVIFabDStjb08dGVcVz6mVX4aE6td5w5y0
Architectural
Java
Difficulty-Expert

Intent

The Naked Objects architectural pattern is well suited for rapid prototyping. Using the pattern, you only need to write the domain objects, everything else is autogenerated by the framework.

alt text

Applicability

Use the Naked Objects pattern when

  • you are prototyping and need fast development cycle
  • an autogenerated user interface is good enough
  • you want to automatically publish the domain as REST services

Real world examples

Credits