Hi,

After listening carefully Google IO's session from Ray Ryan about
"Best Practices For Architecting Your GWT App" :

http://code.google.com/intl/es-ES/events/io/sessions/GoogleWebToolkitBestPractices.html

He suggests a command pattern implementation for RPC calling (see
slides 21-25) they are using in Wave.

But, how to implements the service interface for multiple rpc
methods ?

this is the Ray's sample interface :

interface ContactsService extends RemoteService {
<T extends Response> T execute(Action<T> action);
}

How?, ¿one class per rpc method?, ¿redirect using instanceof?, ... any
better idea?

Best Regards

Herme
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to