https://github.com/iluwatar/java-design-patterns-web/issues/8 Update pattern categories and tags
This commit is contained in:
@ -5,8 +5,7 @@ folder: naked-objects
|
||||
permalink: /patterns/naked-objects/
|
||||
categories: Architectural
|
||||
tags:
|
||||
- Java
|
||||
- Difficulty-Expert
|
||||
- Decoupling
|
||||
---
|
||||
|
||||
## Intent
|
||||
@ -20,9 +19,9 @@ everything else is autogenerated by the framework.
|
||||
## 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
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user