This is an automated email from the ASF dual-hosted git repository.
jdoornenbal pushed a commit to branch 2.0.0-M6
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/2.0.0-M6 by this push:
new d0ec1e2 Update architecture.adoc
d0ec1e2 is described below
commit d0ec1e2f98a203b5eb070dd681d75563e6a021db
Author: Johan Doornenbal <[email protected]>
AuthorDate: Sat Oct 9 10:16:09 2021 +0200
Update architecture.adoc
---
.../userguide/modules/fun/pages/concepts-patterns/architecture.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/antora/components/userguide/modules/fun/pages/concepts-patterns/architecture.adoc
b/antora/components/userguide/modules/fun/pages/concepts-patterns/architecture.adoc
index e6f370a..36a796f 100644
---
a/antora/components/userguide/modules/fun/pages/concepts-patterns/architecture.adoc
+++
b/antora/components/userguide/modules/fun/pages/concepts-patterns/architecture.adoc
@@ -40,7 +40,7 @@ Here Apache Isis delegates most of the heavy lifting to an
ORM (DataNucleus or s
Although not a book about object modelling, Evans' "Domain Driven Design" does
use object orientation as its primary modelling tool; while
xref:userguide:fun:concepts-patterns.adoc#naked-objects-pattern[naked objects
pattern] very much comes from an OO background (it even has 'object' in its
name).
-It's certainly true that to develop an Apache Isis application you will
reasonably good object oriented modelling skills.
+It's certainly true that to develop an Apache Isis application you will need
reasonably good object oriented modelling skills.
But given that all the mainstream languages for developing business systems
are object oriented (Java, C#, Ruby), that's not such a stretch.
However, what you'll also discover is that in some ways an Apache Isis
application is more aspect-oriented than it is object oriented.