On Thu, Mar 11, 2010 at 4:57 PM, krithika <[email protected]> wrote: > I was following this thread and tried generating javascript for > DocOpBuilder.java.In my entry point class from onModuleLoad method I > added ... > This worked.But my question is > > 1. Am I supposed to place the required method calls of the classes > like Transformer , ProtocolDocumentOperation.java manually.Are am I > missing something totally?.
I'm just coming to grips with this too. If I understand GWT correctly, client code is only generated for the methods invoked as a result of the onModuleLoad call. This is fine for a GWT based client UI, but I imagine there would be a fair number of client UIs which won't be GWT based. So the challenge is to get GWT to compile a complete model that can be invoked by non-GWT javascript. If there is a better way to achieve that than making dummy calls to everything of interest in onModuleLoad then I'd like to learn about it. cheers -- You received this message because you are subscribed to the Google Groups "Wave Protocol" 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/wave-protocol?hl=en.
