Gwt isn't the problem... java is a pig How big is your app? If it is really big and you are instantiating everything when it loads it will be really slow. You need to code-split everything so you will get instantiated only what you are working on, when you lunch development mode. GWT.runAsync or with a trunk-build of gin AsyncProvider<YourFattyJavaObject>.
Best 2010/8/26 haimke <[email protected]> > > I don't knows what ClientBundles are, and I am not using images so I > probably don't have it at all. I find it awkward how could Google > develop Gmail and Wave using GWT when it works so slow using hosted > mode. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- 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.
