I haven't actually done this, but essentially you'd include the files created by GWT as web resources in your plugin.
Your macro module would render a div to be enhanced by GWT, and would also call requireResources to include the generated GWT files. RPC endpoints would be servlet modules. It might be a good idea to write a trivial version of your plugin using plain javascript first, just to get to grips with the basic mechanics of macros and web resources. Tom -- 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.
