As of GWT2, yes, code splitting:
http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html

Works great, less startup..

On Apr 9, 10:26 am, Ehsan <khodaara...@gmail.com> wrote:
> Hi, I've a big GWT module which comprised of many java classes (& of
> course it's impossible to break it down into several modules).
> My GWT application consists of some forms, but the users usually work
> only with a few of them, anyway they should be abale to open any form
> as they need.
> Now my problem its that gwt generates a big js file that will load
> each time, but most of its content may never use!
> Is there any way to break the big js module file into several smaller
> files(for example, one file for each class) & gwt load them
> automatically as needed ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to