GWT 2.7 - MultiModule Setup and SDM recompilation

2016-08-11 Thread Lars
Try to use 2.8 snapshot for SDM and the stable 2.7 release for production, because 2.8 has more SDM optimizations to speed up the development cycle! -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

GWT 2.7 - Multi-module project and Super Dev mode recompilation

2016-08-11 Thread Lars
Try to use 2.8 snapshot for SDM and the stable 2.7 release for production, because 2.8 has more SDM optimizations to speed up the development cycle! -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

Poker Fighter: Project coded in GWT

2016-08-11 Thread Guy Sela
Hi Guys, You're welcome to explore and comment about my product which was almost 100% coded in GWT: http://www.poker-fighter.com This link leads to the homepage, and clicking "Play Now" will lead you to the game itself, which was built in GWT. If you have any questions about the design or imple

Re: GWT 2.7 - MultiModule Setup and SDM recompilation

2016-08-11 Thread Daniel Kurka
Even at Google for really large projects recompile times do not exceed 15seconds. So something is wrong in your setup since we only do recompile changed files after the first compile. Are you giving enough ram to SDM? Are you really only changing a few files (or is something else updating timestam

Problem with 2.8.0 rc1 SDM

2016-08-11 Thread Alberto Mancini
Hello, in the attempt of porting an internal project from beta1 to rc1 we faced an issue i do not understand how to debug. The project uses errai but my feeling is that the problem is not related to it because similar projects with errai work without problems. Essentially SDM fails during the fir

GWT 2.8.0 RC2 is here!

2016-08-11 Thread 'Daniel Kurka' via GWT Users
Hi all, I just build the GWT 2.8.0 RC2 and pushed it to maven central. The complete SDK is also available from here . Please start testing and let us know if you run into any trouble and file bugs . We are planing to release

Re: 2.8rc1 and server reload in Intellij

2016-08-11 Thread Philippe Gonze
Le mercredi 10 août 2016 14:20:05 UTC+2, Thomas Broyer a écrit : > > Workaround would be to duplicate the class, applying the changes, and > using it as the -server argument to DevMode instead of the broken one from > GWT. Tnx Thomas... Would you be more explicit please ? Which class should