rico-projects / rico

Main repository for the Rico Application Framework

Home Page:https://rico.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue-Import-Test

hendrikebbers opened this issue · comments

Issue by netopyr
Thursday Feb 04, 2016 at 15:43 GMT
Originally opened as https://github.com/canoo/dolphin-platform/issues/75


In Open Dolphin each presentation model is unique and thus contains all meta-information.

The Dolphin Platform maps objects onto presentation models. As we often have several instances of the same class, we are currently sending the same kind of meta-information over and over again. Instead we should introduce something like a presentation model blue print for a DolphinBean which is sent only once. When we create another instance of that DolphinBean, we can simply refer to the blue print and use its meta-data.

Comment by hendrikebbers
Friday Feb 05, 2016 at 10:27 GMT


Sounds like a good idea :)