Re: How to handle Multiple Modules at run time?

2009-09-23 Thread benjamin strappazzon
I group, Just for information, I carry out a study on integrating GWT on an home made framework and I have the same issue. Application written with the framework can be quite huge and I'm wondering if it'is possible to load module on demand? On 23 sep, 04:12, ak kondal...@gmail.com wrote:

Re: How to handle Multiple Modules at run time?

2009-09-23 Thread Sripathi Krishnan
It is possible in GWT 2.0. Its hasn't been released, but you can grab a copy by building from trunk. You should see the presentation http://www.youtube.com/watch?v=GrHV54VhlSo Also, you should read the documentation http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting --Sri