I have operations in my client that can impact multiple entities. Now using Requst Factory, the only way seem to be doing one at a time which causes one RPC to the server. Also, transactions can't be done this way neither.
So what is the solution ? Do everything on the server using a static request method and update the proxies on the client manually ? -- This is not a clean soluton to me. Thanks! -- 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.
