Wednesday, April 16, 2014

Re: the mvp architecture in a gwt application

I meant Mohamed is right sorry cannot edit

On Wednesday, April 16, 2014 12:13:19 PM UTC+2, Ronan Quillevere wrote:
Amir is right, you can code using MVP without using the eventbus even if it is probably counter-productive. Your presenters will be tightly coupled if you do that which will defeat the purpose.

MVP is a coding pattern to help you organize your code. This pattern is still valid and applicable to any language.

About the AppController I suggest you jump to Activities and Places, the article you are referring to is 4 years old. The purpose of the AppController was to handle the history management. Since then GWT has the Activity and Places framework to do that.

I suggest you loot at those videos for MVP + event bus :




If you are interested in Activities and Places :



Hope it will help




On Sunday, April 13, 2014 1:03:54 PM UTC+2, imen boukhris wrote:
Hi GWT community
I m trying to respect the mvp architecture to create a gwt application without the use of  the AppController class and the event bus. I'am using a presenter package which can communicate with the passive view and the model  and it can communicate with the "outside world"  through an RPC Service 
is that architecture complies with the mvp model or not??
can any one helps me please .
sorry for my poor english

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment