Re: GWT compilation performance

2013-09-08 Thread gwtomni gwtomni
hello Jens, have you compared the performance when switching from HDD to SSD drive ? 2013/8/15 Jens jens.nehlme...@gmail.com I think there is no difference if you use Eclipse to start DevMode or Maven. In both cases you simply run GWT's DevMode which is what gets slower and slower the

Re: GWT compilation performance

2013-09-08 Thread Patrick Tucker
Why would making a separate project for server-side code help? I thought the compiler ignores server-code? -- 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

gwt and ibm rsa

2013-09-08 Thread Paul McCrady
I have the gwt hello app running in rsa 8.0.4 and tomcat I cannot install the eclipse plugin or go through the eclipse update site because of security restrictions where i work. I have modified the Hello.java class and would like to re-build the app and republish. When i try and run the ant

Re: GWT compilation performance

2013-09-08 Thread Thomas Broyer
On Sunday, September 8, 2013 3:49:53 PM UTC+2, Patrick Tucker wrote: Why would making a separate project for server-side code help? I thought the compiler ignores server-code? GWT scans the entire classpath to build the TypeOracle (using the source, super-source and public paths as

Re: gwt and ibm rsa

2013-09-08 Thread Thomas Broyer
On Sunday, September 8, 2013 4:03:36 PM UTC+2, Paul McCrady wrote: I have the gwt hello app running in rsa 8.0.4 and tomcat I cannot install the eclipse plugin or go through the eclipse update site because of security restrictions where i work. I have modified the Hello.java class and

Re: GWT compilation performance

2013-09-08 Thread Jens
have you compared the performance when switching from HDD to SSD drive ? For DevMode I can't give any numbers but IMHO it feels faster to reload the app in DevMode. But don't expect a large difference. For compiling an app to JavaScript using the GWT compiler you do not gain that much

IE11

2013-09-08 Thread jgindin
I'm hoping someone can comment on getting full-fledged support for IE11 into GWT 2.6. I seem to remember that Vaadin was taking the lead on this, but the link I had to a Google Doc with the GWT Road Map is now a protected link. IE 11 support is a **huge** deal for us, and it's due to be out in

Error Message in IntelliJ

2013-09-08 Thread Edward Hammond
Hi I am new to GWT and was wondering weather someone could help solve a problem I have. I have foolowed the instructin son the IntelliJ help site on setting up GWT in IntelliJ. However when I go into project structure I get this error message:

Re: Error Message in IntelliJ

2013-09-08 Thread Jens
See: http://youtrack.jetbrains.com/issue/IDEA-101203 -- J. -- 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-web-toolkit+unsubscr...@googlegroups.com.

Download data from URL with GWT

2013-09-08 Thread Xybrek
This is a typical img with src having a blob: img class=gwt-Image src=blob:a7cb8111-cf35-4c3a-8295-bdda0ff66caf Is there a way for my GWT app to download get his blob data for client side manipulation? I've tried this: private native String blobToBase64(String source)/*-{ var xhr =

[gwt-contrib] GWT trunk + Java7

2013-09-08 Thread Jens
GWT trunk already expected to fully work with Java7 or is there anything one should know? I would like to start testing my apps using Java 7. -- J. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups