On 6 Лют, 18:03, Ed <[email protected]> wrote: > I just noticed that gwt 2.0 creates two gwt.rpc files ?... > Why is that (I use async) ? (I can't find anything about that in the > new 2.0 doc) > > This means I have to merge them in the backend as I run in no server > mode :( ?... > > Ed
Do you use DeRPC? In doc there is mention about support of multiple gwt.rpc files: 'Limited support for communicating with previously- compiled permutations can be enabled by saving old gwt.rpc files and making them available through RpcServlet.findClientOracleData().' Loot at: http://code.google.com/intl/uk-UA/webtoolkit/doc/latest/DevGuideServerCommunication.html -- 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.
