Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-12-06 Thread Etienne Basso
Yes I use SSO and Cc from gwt 2.7 I also use other optimizations like XdisableClassMetadata and XdisableCastChecking. I also use smaller css class names: In my very specific case this makes a big difference. -- You received this message because you are subscribed to the Google Groups "GWT

Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-12-06 Thread Etienne Basso
Yes I confirm this. For using SSO I had to set only one language. I do multiple build manually for each language until I find a better solution. -- 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 UI Library: which one?

2016-12-06 Thread salk31
We are shopping for a new widget set too but, apart from Java, we also really like the Editor and RequestFactory support. Compile time checking! I'm too old for my old brain to make sure the strings in 15 files all match. On Wednesday, November 30, 2016 at 8:15:04 AM UTC, Francesco Izzi

Re: Integrating Google Analytics with GWT (SPA) Application to capture the User Flow

2016-12-06 Thread Jens
> Thanks jens..now my worry is if i add this global handler will it create >> performance issue? >> > Obviously all DOM events will now reach your event handlers a bit slower because JavaScript is single threaded and you execute additional code inside the event loop and before event handlers