> If you use a "command pattern" (i.e. have your RPC have only one
> method and use different Command/Action classes to determine which
> action shuld be performed), then batching is just a matter of sending
> a "super-action" whose "parameters" are a list of commands/actions.

>From my point of view we could NOT use this approach because we have
an existing application with hundreds or "classical" RPC methods.

So I search a way around where I'm able to collect the needed data and
call a generic RPC method which can handle it....
--~--~---------~--~----~------------~-------~--~----~
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