Relative Content

Tag Archive for architecture

Alan Kay: “The Big Idea is Messaging” [duplicate]

This question already has answers here: So what *did* Alan Kay really mean by the term “object-oriented”? (4 answers) Closed 9 years ago. Alan Kay said “OO” was about messaging, not objects and drew a parallel to biological cells. His views are enticing, but vague. The way I understand it is something like a Cellular […]

Alan Kay: “The Big Idea is Messaging” [duplicate]

This question already has answers here: So what *did* Alan Kay really mean by the term “object-oriented”? (4 answers) Closed 9 years ago. Alan Kay said “OO” was about messaging, not objects and drew a parallel to biological cells. His views are enticing, but vague. The way I understand it is something like a Cellular […]

Introduce Data Transfer Objects or expose complex data model in REST

We are working on an MVVM application. Jersey (backend) exposing a REST interface and AngularJS (frontend) being the only consumer of this interface. The application uses a complex database model (data model), which is different from the model presented to the user in the browser (view model).