Hi everybody.
I have a doubt about MVP approach in the Expenses app. In the
ExpensesFactory, the main components of the ExpensesShell (ExpensesTree,
ExpensesReportList and ExpensesReportDetails) are created. They get the
requestFactory instance in their constructor in order to communicate with
the model. The thing is that ExpensesTree is "only" a Composite, I mean, it
is not an activity but it actually talks to the server via the
requestFactory instance. And this is what confuses me. It´s a View talking
directly to the model without taking into account a Presenter (Activity).
Is this correct? Am I wrong?

Thank you very much.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to