Re: Communication with the Server + MVP

2010-11-01 Thread David Chandler
Bruno, I'm not sure I understand. You can use an RPC service just as in the article you linked. We're working on updating the Contacts sample app, but in the mean time, I think you can just make ContactsPresenter extend AbstractActivity and wire it as shown in http://code.google.com/webtoolkit/doc

Re: Communication with the Server + MVP

2010-11-01 Thread Bruno Santos
Thanks for the reply David, but what I want to know is how to pass values from the screen to the server and the server to the screen in the old way of MVP in the following page 'http://code.google.com/intl/pt-BR/webtoolkit/articles/mvp-architecture-2.html' shows an example of how to communicate, bu

Re: Communication with the Server + MVP

2010-11-01 Thread David Chandler
Hi Bruno, MVP and server communication are completely independent of each other. You can use GWT-RPC or the new RequestFactory to communicate with the server. HTH, /dmc On Mon, Nov 1, 2010 at 12:54 PM, Bruno Santos wrote: > I saw the new way of using the MVP on the > 'http://code.google.com/int

Communication with the Server + MVP

2010-11-01 Thread Bruno Santos
I saw the new way of using the MVP on the 'http://code.google.com/intl/pt-BR/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html', but I have a question, how do I make a communication with the server? -- You received this message because you are subscribed to the Google Groups "Google Web