[gwt-contrib] Re: Experimental release of Elemental2

2016-08-11 Thread Luke Last
What's the best way to type cast objects? I get a ClassCastException in super dev mode with the following. ArrayBuffer ab = (ArrayBuffer) fileReader.result; The exception stems from com.google.gwt.lang.Cast#castToNative If I use JSNI to perform the cast it works fine. Thanks for working on

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

[gwt-contrib] GWT 2.8.0 RC2 is here!

2016-08-11 Thread 'Daniel Kurka' via GWT Contributors
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

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

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

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

[gwt-contrib] Last call for GWT 2.8.0 RC2

2016-08-11 Thread Kirill Prazdnikov
I would be nice to have performance of String(char[],int,int) fixed as suggested. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

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

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

Re: [gwt-contrib] Re: Last call for GWT 2.8.0 RC2

2016-08-11 Thread Kay-Uwe Janssen
> I just tested your example. THIS compiles and works but when trying to add a default (or static) i get the said errors. maybe the requestfactory apt processor is not correctly updated to the new features? fixed missing words: I just tested your example. THIS compiles and works but when trying

Re: [gwt-contrib] Re: Last call for GWT 2.8.0 RC2

2016-08-11 Thread Kay-Uwe Janssen
I just tested your example. THIS compiles and works but when trying to add a default (or static) i get the said errors. maybe the requestfactory apt processor is not correctly updated to the new features? I have checked that I have all gwt-* dependencies (including requestfactory-apt and