I was wondering if GWT Runtime Plugins are on the roadmap yet?

We have GWT compile time plugins working quite nicely, each plugin is a 
maven module. After the number of plugins gets large, this really starts to 
bog down the compiler. So it would be great if plugins where pre-compiled 
and "linked" at runtime in the browser. 

I know this sacrifices .js size, as it can't prune as aggressively. But for 
our type of application, an extensible workbench, it would really help; and 
would probably be an acceptable tradeoff. Both to improve development 
speed, but also as we have a requirement to allow 3rd party plugins to be 
added at runtime.

For those interested in our extensible Workbench work, you can see a number 
of videos here:
http://blog.athico.com/2013/12/drools-60-workbench-and-editor-videos.html

I know there are hacks, such as loading lots of GWT applications on a 
single page, and bridging them. But i'd like to avoid any painful hacks. I 
was hoping that the new closure compiler, with it's support of symbol 
tables, might make this possible?

Our main choice for choosing GWT is re-factorable development in an IDE, 
and less so about absolute minimum .js size (although of course we don't 
want too much bloat).

Mark


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to