Re: Why it's so slow?

2008-11-28 Thread Andrey
On Nov 27, 6:03 pm, Andrey <[EMAIL PROTECTED]> wrote: > 1) "Debug" mode does not work in NetBeans since: [ERROR] Out of > memory; to increase the amount of memory, use the -Xmx flag at startup > (java -Xmx128M ...) Ok, this can be solved by patching the line in /nbproject/build- gwt.xml (by ad

Re: Why it's so slow?

2008-11-27 Thread Andrey
Hello, Thanx for the suggestions. But these are my current achieved results: 1) "Debug" mode does not work in NetBeans since: [ERROR] Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...) 2) This hack http://lemnik.wordpress.com/2008/07/27/fixing-com

Re: Why it's so slow?

2008-11-26 Thread Andrey
On 26 нояб, 15:11, Lothar Kimmeringer <[EMAIL PROTECTED]> wrote: > Andrey schrieb: > > > So, how is it possible to develop anything with such a speed? > ... > ... > In hosted mode, a press on refresh is all you need, if you > have changed classes concerning the client-side Yea, as I see, I shou

Re: Why it's so slow?

2008-11-26 Thread Jason Morris
The GWT Compiler does a massive amount of optimization and it does so for each of the browsers. This process takes a lot of time. GWT has it's own browser that runs your Java code with less compilation work (and lets you debug your Java code instead of the generated JavaScript). To access thi

Re: Why it's so slow?

2008-11-26 Thread Lothar Kimmeringer
Andrey schrieb: > Most of the time is spending after the message: > " > ... > Computing all possible rebind results for > 'com.acme.client.AddressBookService' > ... > ". When building a GWT-application, for all browser- and language- variants a complete compile will be performed. So one minute i

Why it's so slow?

2008-11-26 Thread Andrey
Hello, I begin learning GWT and meet with problem of slow building of GWT project :(. I created a new GWT web-project in NetBeans, download a sample addressBook application and adjust it for the project. Building procedure takes about a minute :(. Most of the time is spending after the message