Re: the mvp architecture in a gwt application

2014-04-17 Thread imen boukhris
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

Re: the mvp architecture in a gwt application

2014-04-16 Thread Ronan Quillevere
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

Re: the mvp architecture in a gwt application

2014-04-16 Thread Ronan Quillevere
/12/28/not-nesting-activities.html#.U05XmvmSzW8 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

Re: the mvp architecture in a gwt application

2014-04-14 Thread imen boukhris
Bonjour amir j'essaie d'utiliser l'architecture mvp pour creer une application .je me demande est ce que c'est possible d'utiliser seulement des vues passives des presentateurs et des classses models sans utiliser event bus et appcontroller . -- You received this message because you are

Re: the mvp architecture in a gwt application

2014-04-14 Thread Mohamed Badri
Bonjour, vous pouvez implémenter MVP sans event bus, Mais vous passez à coté d'une brique importante pour l'architecture de votre appli. Vos controllers risques d'êtres fortement couplés, un exemple basique étant la gestion des données ( par exemple aux travers de datasources ), comment avertir

Re: the mvp architecture in a gwt application

2014-04-14 Thread imen boukhris
merci beaucoup mohamed pouvez vous me fournir un exemple simple (plus simple que celui ci http://www.gwtproject.org/articles/mvp-architecture.html )pour que je puisse le comprendre. une question mohamed SVP:est ce toujours possible d'utiliser le pattern mvp pour une application en gwt.et

Re: the mvp architecture in a gwt application

2014-04-14 Thread Mohamed Badri
l'exemple donné est très complet pour comprendre mvp et ses composants ( model, presenter, vue ... ) vous pouvez aussi suivre ce tuto pas à pas pour débuter : http://www.gwtproject.org/doc/latest/tutorial/gettingstarted.html et oui MVP est toujours d'actualité. MVP est un pattern recommandé pour

the mvp architecture in a gwt application

2014-04-13 Thread imen boukhris
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

Re: the mvp architecture in a gwt application

2014-04-13 Thread Amir kessentini
parle arabe ou francais pour que je vous aide :D Le dimanche 13 avril 2014 13:03:54 UTC+2, imen boukhris a écrit : 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