Hi,
I'm new to the architecture of UIs and in the past I've programmed very simple UIs. Now I'm confronted with a very large domain model. Because I've used different OR-Mappers to store domain objects in a flat data structure I thought about mapping the domain objects to the view-side in a similar way.
Are there any patterns or frameworks that address this problem?
More precisely I want to adapt the domain objects to eclipse RCP views in an easy way.
Thanks in advance