Do you really need to compile your project every time you do a change?
Does hosted mode not work for you?

You can reduce the compilation time by reducing the list of supported
browsers:

add <set-property name="user.agent" value="gecko"/> to your *.gwt.xml
file to only support Firefox during your development.

For integration tests you can remove the  line and test your
application with all browsers.

Reduce the number of compiled locales by adding this line to your
*.gwt.xml file
<set-property name="locale" value="en"/>

So now only english locale is compiled

Regards,

Georg



On 11 Okt., 11:36, lalit <[email protected]> wrote:
> Our project with time has become bigger. We are finding that the
> change->compile->run cycle is becoming bigger and bigger, especially
> if we change the server side code.
>
> We are using Spring, Hibernate and Gilead (for taking Entities to the
> front layer).
>
> Do any one knows about better tools or processes where we can reduce
> the change->compile->run cycle.
>
> thanks in advance,

-- 
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