Generator Class Name

2017-04-09 Thread J-23
Hello, Is there a way to specify the name of the class that the GWT generator should be built on? Example ExempleClas ec = GWT.Create (ExampleClass.class) Ec.setName ('testClassGenerator') I would like to follow the example Generator built me a class called 'testClassGenerator' Regards

Re: [gwt-contrib] Re: A possible JsInterop issue in GWT 2.8 RC2

2017-04-09 Thread Daniel Gerson
This tripped me up as well. I second adding a note to the Javadoc as Boris suggested. On Thursday, August 25, 2016 at 10:07:00 PM UTC+1, Goktug Gokdogan wrote: > > Document includes a comment about it in the examples and the section that > describes the migration from 2.7 has an instruction to

Compilation of a large GWT application?

2017-04-09 Thread Kirill Prazdnikov
Think about to split your app into several apps and interop between them via jsinterop. We did that and detach 1 mb of genersted js app. Our app is pretty big, resulting js is 3mb, we use single perm for all browsers and not using gwt i18n. But you can not use any java type to interop