Hello.
As GWT performes many optimizations on whole code, it should have
access to all parts of a system. So, I think, there is no possibility
to dynamically add some code 'plugins' to compiled GWT application.
May be you can do in little bit another way: when new 'plugin' is
added or removed, re
More and more web servers integrate OSGi in some way, allowing for
very dynamic server-side modules. In contrast, GWT's modules are
static and must be available at compile time. What I am looking for is
a client-side complement to server-side OSGi modules. In its simplest
form, this could work as f