Have you checked out gwt-exporter <http://code.google.com/p/gwt-exporter/>yet? It should achieve what you're talking about with a minimal amount of overhead.
Also, when exposing your widgets, I'd suggest using the ClientBundle so that all images/css/resources are included. This way when non-gwt consumers user your widgets, all they need to do is include in their project is the .js tag, rather than also the CSS/Images/resources. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/l0wx_3UelVMJ. 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.
