Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-25 Thread Michael Prentice
What version of GWT are you using? Have you done anything with your settings to improve performance of the compiler? There are a lot of documents, slides, and videos that cover this. Have you used SuperDev mode? Your post is lacking of any real content and almost looks like trolling. On

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-24 Thread Syed Atif Ali
Perhaps the GWT team should look into making a special browser (Chromium) version specifically for debugging GWT applications. That way, the team will not have to keep up with the constant changes in browsers, the developers will be able to quickly prototype, and test/deploy on real browsers

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-20 Thread Patrick Tucker
Do you increase the number of workers when you compile? The arg is localWorkers. I specify 6, 1 for each permutation, that along with a memory spec of 1 gig and my compiles finish in just over a minute. -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-20 Thread Jim Douglas
It's very hard to tell you anything useful when you post such a vague comment. What specifically is slow for you? How big is your application? How powerful is your development computer? On my MacBook Pro, I rarely bother with DevMode any more; I can do a full compile of 6 permutations of my

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-19 Thread Philippe Lhoste
On 18/04/2013 19:22, Ani wrote: Now that we have been using GWT for a while ... what do you think? Was it the right choice or thinking of migrating to other framework? Where is it slow? In production? Only in development mode? The latter needs a quite efficient computer with good CPU and lot

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-19 Thread emurmur
Ani, here is what I see for compile times when I use super dev mode. Release build (full GWT compile, 6 permutations); 3 minutes. Starting the super dev mode code server (which does an initial compile): 60 seconds. Compile using DevMode On bookmarklet in browser; 10 seconds. So, in the morning

GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-18 Thread Ani
Now that we have been using GWT for a while ... what do you think? Was it the right choice or thinking of migrating to other framework? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-18 Thread Juan Pablo Gardella
Hi, Are you using the same server to run backend and front end? It is very useful use two servers. Take a look at https://github.com/tbroyer/gwt-maven-archetypes. Juan 2013/4/18 Ani anice...@gmail.com Now that we have been using GWT for a while ... what do you think? Was it the right choice

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-18 Thread tinnitus007
Are you using Firefox? If so, there's an issue: https://code.google.com/p/google-web-toolkit/issues/detail?id=7648 If not, I can report that SSD drives make a huge difference in GWT dev mode. On Thursday, April 18, 2013 10:22:15 AM UTC-7, Ani wrote: Now that we have been using GWT for a

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-18 Thread Paul Stockley
performance improvement definitely seems to be an immediate priority. See the draft roadmap https://docs.google.com/document/d/1bmp0a-d5cb_Sqb4w9rZyfMhg7i6lYfLLt3zymIFoAmo/edit On Thursday, April 18, 2013 1:22:15 PM UTC-4, Ani wrote: Now that we have been using GWT for a while ... what do you