This link has been bookmarked by 28 people . It was first bookmarked on 19 Jun 2008, by DJHell ..
-
12 Mar 15
"Naked objects is an architectural pattern used in software engineering.
Contents [hide]
1 Definition
2 Benefits
3 Limitations
4 Software frameworks
5 Practical experience
6 Criticisms
7 Relationship to other ideas
8 References
9 See also
Definition[edit]
The naked objects pattern is defined by three principles:
All business logic should be encapsulated onto the domain objects. This principle is not unique to naked objects: it is just a strong commitment to encapsulation.
The user interface should be a direct representation of the domain objects, with all user actions explicitly consist in the creating or the retrieving of domain objects and/or invoking methods on those objects. This principle is also not unique to naked objects: it is just a specific interpretation of an object-oriented user interface (OOUI).
The original idea in the naked objects pattern arises from the combination of these two which form the third principle:
The user interface shall be 100% automatically created from the definition of the domain objects. This may be done using several different technologies, including source code generation; implementations of the naked objects pattern to date have favoured the technology of reflection.
The naked objects pattern was first described formally in Richard Pawson's PhD thesis[1] which includes a thorough investigation of various antecedents and inspirations for the pattern including, for example, the Morphic user interface.
Naked Objects is commonly contrasted with the model–view–controller pattern. However, the published version of Pawson's thesis (see References) contains a foreword by Trygve Reenskaug, who first formulated the model–view–controller pattern, suggesting that naked objects is closer to the original intent of model–view–controller (MVC) than many of the subsequent interpretations and implementations." -
03 Apr 14
Alberto LopezOtro framework basado en el "Dominio" (como OpenXava) Este tiene 2 versiones: una en Java (Isis) y otra en .NET
-
25 Apr 11
-
31 May 10
-
15 Apr 10
moritzwadePOCO approach to GUIs
architecture patterns programming design agile software pattern nakedobjects
-
05 Oct 09
-
30 Sep 09
-
16 Sep 09
-
27 Aug 09
-
22 Apr 09
-
07 Feb 08
-
20 Nov 07
viniciusjlNaked objects is an architectural pattern used in software engineering. Naked Objects (capitalised) is one of several open source software frameworks (listed below) that implement the naked objects pattern.
-
12 Nov 07
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.