Sunday, May 30, 2010

MVP + appController useful for the big projects ?

Hello,

I'm actually using the MVP pattern with an AppController, as Google
advices via this link : http://code.google.com/intl/fr/webtoolkit/articles/mvp-architecture.html
But I guess the AppController is necessary just for small projects.
Indeed, the more the project expands, the less it's easy to develop
cause of the AppController whose becoming too hugh.
So, I don't know how to organize my project using the MVP pattern
without have 10 000 differents class and files too big.

I think it's just my code who is badly written.
Or maybe have you the source code of a hugh project to see how the
code is organized ?

Thank you for your help.
Kind regards.

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

No comments:

Post a Comment