Re: Include a GSS file in another GSS file?

2015-05-23 Thread Ed Bras
Thanks for your insight @Jens, I already was afraid it wasn't possible. Have a nice weekend all ;) ​ -- 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 email to google

Re: gwt 2.5/PrecompressLinker useless with tomcat/jboss?

2015-05-23 Thread Hua Zhang
The easiest solution is using tomcat8, see https://tomcat.apache.org/tomcat-8.0-doc/default-servlet.html#change *If a gzipped version of a file exists (a file with .gz appended to the file name located alongside the original file), Tomcat will serve the gzipped file if the user agent supports g

Re: GWT 2.7 with Designer

2015-05-23 Thread Lenny Grover
Is there any possibility of getting this merged into an official 2.7.1 release (like the earlier 2.6.1 release) and into the upcoming 2.8 release? It would be great if we could get GWT Designer support back into the official builds (2.7.1, 2.8, +). Thank you very much for your work on this! O

Re: gwt 2.5/PrecompressLinker useless with tomcat/jboss?

2015-05-23 Thread Peter Donald
You can use GWTGZipFilter from https://github.com/realityforge/gwt-cache-filter to achieve the same On Sun, May 24, 2015 at 1:12 AM, Hua Zhang wrote: > The easiest solution is using tomcat8, see > https://tomcat.apache.org/tomcat-8.0-doc/default-servlet.html#change > > If a gzipped version of a

Re: Issue with a modified interface not beeing updated to the code generator (GWT 2.7.0)

2015-05-23 Thread Gilberto
Ok, I think I solved the issue. The problem is you cannot use the standard java.lang.Class and java.land.reflect.* classes to use reflection when generating code in GWT. You have to use the TypeOracle, JClassType and derivatives. By using them, the injector class is always up-to-date, without t

Re: GWT 2.7 with Designer

2015-05-23 Thread Brandon Donnelson
I think it would be better to fix the Designer. https://github.com/gwt-eclipse-plugin/gwt-eclipse-plugin/issues/56 https://github.com/gwt-eclipse-plugin/gwt-designer On Saturday, May 23, 2015 at 10:33:10 AM UTC-7, Lenny Grover wrote: > > Is there any possibility of getting this merged into an of