Re: dumb / dto domain model

2010-09-09 Thread Jeroen Wolff
Our model got all the rules for showing elements or not. So a ui element is observing these changes in the model. This is done so we can always validate our model (also on sever) to see if all the needed and calculated values are there. How to solve that in MVP? Will the model than put his

dumb / dto domain model

2010-08-25 Thread Jeroen Wolff
Hi, where are in the middle of designing a big app with a lot off difficult forms. On these forms there will be a lot of questions and based on the results more questions. Also lot of field validation. The current app is a standalone app and the domain model is a big tree with the Observable

Re: dumb / dto domain model

2010-08-25 Thread John Ivens
Won't the event bus and presenters solve this problem for you? The Model-View-Presenter paradigm? On Wed, Aug 25, 2010 at 11:51 AM, Jeroen Wolff jeroen.wo...@gmail.comwrote: Hi, where are in the middle of designing a big app with a lot off difficult forms. On these forms there will be a lot