> > Unless you're unlucky enough to have started with a Struts-based > application, in which case it's hard to see how your GWT forms interact > with your real services unless you run from the WAR file. At least, we > never found a way to make it work. >
You should try the oophm plugin, and run it with the -noserver argument. That way, you can delegate the RPC calls to whatever application server you are using, but still do partial compiles and debugging similar to what hosted mode provides. --Sri 2009/11/19 David C. Hicks <[email protected]> > Olivier Gérardin wrote: > > GWT-compiles are slow, that's a fact. But they are normally used only > > for deployment or when you exceptionally need to test in a real > > browser. > > Normally when you make changes to your code you just need to hit > > reload in the hosted modewindow, and that takes only seconds. > > > Unless you're unlucky enough to have started with a Struts-based > application, in which case it's hard to see how your GWT forms interact > with your real services unless you run from the WAR file. At least, we > never found a way to make it work. > > -- > > 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=. > > > -- 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=.
