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/latest/DevGuideMvpActivitiesAndPlaces.html
Does that help? /dmc On Mon, Nov 1, 2010 at 1:31 PM, Bruno Santos <[email protected]> wrote: > 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, but not in the new mode. > > What I wanted was an example of how to pass values from the screen to > the server. > > -- > 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. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- 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.
