Skip to content

Commit 74f5fdf

Browse files
committed
docs: add naked objects architecture diagram
1 parent 0904e2d commit 74f5fdf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: naked-objects/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Wikipedia says
4444
>
4545
> The naked object pattern's innovative feature arises by combining the 1st and 2nd principles into a 3rd principle: 3. The user interface shall be entirely automatically created from the definitions of the domain objects. This may be done using reflection or source code generation.
4646
47+
Architecture diagram
48+
49+
![Naked Objects Architecture Diagram](./etc/naked-objects-architecture-diagram.png)
50+
51+
4752
## Programmatic Example of Naked Objects Pattern in Java
4853

4954
Consider a simplified example with domain objects representing books and authors. In a Java-based application using the Naked Objects pattern, we define domain objects such as `Book` and `Author`. This example illustrates how Naked Objects can streamline user interface generation and domain object manipulation.
54 KB
Loading

0 commit comments

Comments
 (0)