GWT 2.7 rc1+chrome,sourcemap got loaded sometime,sometime not

2014-11-05 Thread Alex Luya
The composition of 2.7 rc1+firefox 33 works relative stable(sourceMap get shown every time) but the souremap output of 2.7 is too large,and it cause firefox frozen to load it(this problem has been discussed here: https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/o9SlYe0s2j

Re: GWT Cross Site Iframe Linker and Script Tags

2014-11-05 Thread Etienne Lacazedieu
Hi, I'm preparing a big switch (GWT2.3 to 2.6.1, which may change to 2.7.0 depening on the final release date), and I'm having trouble with the xsiframe linker.. I have no problems with adding script> tags in the HTML file. Actually, I wrote a linker (a subclass of CrossSiteIframeLinker), whic

GWT 2.7 rc2+chrome is quite unstable

2014-11-05 Thread Alex Luya
The composition of 2.7 rc1+firefox 33 is relative stable(source file get loaded every time) but there is a another problem:output is large(has been discussed here:https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/o9SlYe0s2j4) With chrome+2.7 rc1,source map got

Server Push

2014-11-05 Thread Marcel K
Which framework for Server Push do you recommend, since Atmosphere doesn't seem to work with GWT 2.7.0? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Re: Running new auto compile super dev mode from maven plugin

2014-11-05 Thread Thomas Broyer
Check the classpath for DevMode (run Maven with "-X"). FYI, I ran tests with my https://github.com/tbroyer/gwt-maven-archetypes and "compile on refresh" worked OK. On Wednesday, November 5, 2014 8:16:43 AM UTC+1, Michael Wiles wrote: > > Hi all... > > So I'm trying out gwt 2.7-rc1 > > I'm using t