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 this 
functionality in Netbeans use 
"Debug Project" instead of "Run Project".

You should also look here:
http://lemnik.wordpress.com/2008/07/27/fixing-compilation-in-gwt4nb/
For a patch to the default build.xml thats generated by gwt4nb (it stops the 
GWT Compiler running 
when it doesn't need to).

Hope that helps.

Andrey wrote:
> 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:
> "
> ...
> Computing all possible rebind results for
> 'com.acme.client.AddressBookService'
> ...
> ".
> 
> So, how is it possible to develop anything with such a speed?
> 
> 
> Regards,
> 
> -Andrey
> 
> > 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to