I have two modules, module 1 & module 2 with module 2 inheriting module 1.
When the code in module 2 gets converted to JavaScript, is gwt converting only the classes in module 1 used by module 2 or does it convert everything in module 1? I have this common module that contains code used in several other modules. Some of the panels are used in one other module, other panels are used in more than one module. When one module loads up I do not want the browser to load javascript code that is never used in that module. I am using GWT 1.5. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
