After a bit of research, I discovered SOAFaces providing on-the-fly compilation. While this might solve some of the problems I described, it's no viable way to go, i think. Especially with large applications. Modules (Plug-ins/Extensions) we have would only need a one time compilation on installation, where the runtime java code only is delivered when needed. In an optimal scenario, this shall work without restarting the web application. I thought about somehow storing information on the java to javascript translation of the main application (including the API), so a module being added could be in a gwt-library form and would then be translated (once) wrt. to the translation information. But I have no insight or idea on how this could work. If you have an idea on this or know about good documentation to find out ...
Thanks and Cheers, Stefan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
